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: 16px;
20
  height: 18px;
21
  vertical-align: middle;
22
}
23

    
24
.custom-external {
25
  background: url("/assets/common-assets/external-link.svg") no-repeat;
26
  background-size: contain;
27
}
28

    
29
.custom-icon-button {
30
  border-radius: 50%;
31
  padding: 9px 10px;
32
  line-height: unset;
33
}
34

    
35
.custom-external-white {
36
  background: url("/assets/common-assets/icons/external.svg") no-repeat;
37
  background-size: contain;
38
}
39

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

    
45
h2 .custom-external {
46
  min-height: 20px;
47
  background-size: 20px 20px;
48
  padding-left: 21px;
49
  background: rgba(0, 0, 0, 0) url("/assets/common-assets/external-link.svg") no-repeat scroll left center;
50
}
51

    
52
.multi-line-ellipsis p {
53
  display: -webkit-box;
54
  /* autoprefixer: ignore next */
55
  -webkit-box-orient: vertical;
56
  overflow: hidden;
57
  text-overflow: ellipsis;
58
}
59

    
60
.multi-line-ellipsis.lines-3 p {
61
  -webkit-line-clamp: 3;
62
}
63

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

    
68
.iframeContainer {
69
  overflow: hidden;
70

    
71
}
72

    
73
.iframeContainer iframe {
74
  width: 100%;
75
  height: 100%;
76
  border: 0;
77
}
78

    
79

    
80
.orcid > input[name="code"] {
81
  border-radius: 2px 0 0 2px;
82
  border: 1px solid #ededed;
83
  border-right: none;
84
}
85

    
86
.orcid > .uk-button.copy {
87
  border-radius: 0 2px 2px 0;
88
  border-left: none;
89
}
90

    
91
.uk-button.copy {
92
  border-radius: 0;
93
}
(12-12/12)