Project

General

Profile

1
@media (min-width: 960px) {
2
  .float-children-right-at-medium > * {
3
    float: right;
4
  }
5
}
6

    
7
@media (max-width: 959px) {
8
  .margin-small-top-at-small {
9
    margin-top: 10px !important;
10
  }
11
}
12

    
13
.space {
14
  margin-left: 4px !important;
15
}
16

    
17
.custom-icon {
18
  display: inline-block;
19
  width: 18px;
20
  height: 18px;
21
  vertical-align: text-top;
22
}
23

    
24
.custom-icon.large {
25
  width: 22px;
26
  height: 22px;
27
}
28

    
29
.custom-external {
30
  background: url("/assets/common-assets/external-link.svg") no-repeat;
31
  background-size: contain;
32
}
33

    
34
.custom-icon-button {
35
  border-radius: 50%;
36
  padding: 9px 10px;
37
  line-height: unset;
38
}
39

    
40
.custom-external-white {
41
  background: url("/assets/common-assets/icons/external.svg") no-repeat;
42
  background-size: contain;
43
}
44

    
45
.custom-copy-white {
46
  background: url("/assets/common-assets/icons/copy.svg") no-repeat;
47
  background-size: contain;
48
}
49

    
50
h2 .custom-external {
51
  min-height: 20px;
52
  background-size: 20px 20px;
53
  padding-left: 21px;
54
  background: rgba(0, 0, 0, 0) url("/assets/common-assets/external-link.svg") no-repeat scroll left center;
55
}
56

    
57
.multi-line-ellipsis p {
58
  display: -webkit-box;
59
  /* autoprefixer: ignore next */
60
  -webkit-box-orient: vertical;
61
  overflow: hidden;
62
  text-overflow: ellipsis;
63
}
64

    
65
.multi-line-ellipsis.lines-2 p {
66
  -webkit-line-clamp: 2;
67
}
68

    
69
.multi-line-ellipsis.lines-3 p {
70
  -webkit-line-clamp: 3;
71
}
72

    
73
.multi-line-ellipsis.lines-10 p {
74
  -webkit-line-clamp: 10;
75
}
76

    
77
.iframeContainer {
78
  overflow: hidden;
79

    
80
}
81

    
82
.iframeContainer iframe {
83
  width: 100%;
84
  height: 100%;
85
  border: 0;
86
}
87

    
88

    
89
.orcid > input[name="code"] {
90
  border-radius: 2px 0 0 2px;
91
  border: 1px solid #ededed;
92
  border-right: none;
93
}
94

    
95
.orcid > .uk-button.copy {
96
  border-radius: 0 2px 2px 0;
97
  border-left: none;
98
}
99

    
100
.uk-button.copy {
101
  border-radius: 0;
102
}
103

    
104
.uk-link-text a:hover, .uk-link-toggle:focus .uk-link-text, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover{
105
  color:var(--portal-main-color) !important;
106
}
107

    
108
ul > li > .circle {
109
  border-radius: 50%;
110
  padding: 1px;
111
}
112

    
113
ul > li > .circle.uk-light svg > * {
114
  stroke: #ffffff;
115
}
116

    
117
div:not(.uk-logo) > img {
118
  align-self: start;
119
}
120

    
121
.number-width {
122
  width: 270px;
123
}
124

    
125
.hide-element {
126
  padding: 0 !important;
127
  height: 0 !important;
128
  overflow: hidden !important;
129
}
130

    
131
.cursor-default {
132
  cursor: default !important;
133
}
(19-19/19)