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;
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-3 p {
66
  -webkit-line-clamp: 3;
67
}
68

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

    
73
.iframeContainer {
74
  overflow: hidden;
75

    
76
}
77

    
78
.iframeContainer iframe {
79
  width: 100%;
80
  height: 100%;
81
  border: 0;
82
}
83

    
84

    
85
.orcid > input[name="code"] {
86
  border-radius: 2px 0 0 2px;
87
  border: 1px solid #ededed;
88
  border-right: none;
89
}
90

    
91
.orcid > .uk-button.copy {
92
  border-radius: 0 2px 2px 0;
93
  border-left: none;
94
}
95

    
96
.uk-button.copy {
97
  border-radius: 0;
98
}
99

    
100
.uk-link-text a:hover, .uk-link-toggle:focus .uk-link-text, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover{
101
  color:var(--portal-main-color) !important;
102
}
103

    
104
ul > li > .circle {
105
  border-radius: 50%;
106
  padding: 1px;
107
}
108

    
109
ul > li > .circle.uk-light svg > * {
110
  stroke: #ffffff;
111
}
112

    
113
div:not(.uk-logo) > img {
114
  align-self: start;
115
}
116

    
117
.number-width {
118
  width: 270px;
119
}
(14-14/14)