-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathdocumentNode.scss
More file actions
59 lines (50 loc) · 949 Bytes
/
documentNode.scss
File metadata and controls
59 lines (50 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.document-node {
.icon.circle {
font-size: 0.5em;
position: relative;
text-align: center;
margin: 0 0.6rem 0 0.3rem;
padding: 0 0.5rem 0 0;
}
.icon.external {
color: #2185d0;
font-size: 0.9em;
padding-left: 0.5em;
}
.external:hover::before {
color: #115c96;
padding: 1px;
}
.external-link,
&.external-link {
a {
color: rgba(0, 0, 0, 0.4);
}
}
.external-link:hover,
&.external-link:hover {
a {
color: rgba(0, 0, 0, 0.87);
}
}
&__link-type-container hr {
margin: 15px 0;
}
}
.document-node__link-type-container .accordion.ui.styled
{
div>.title.external-link {
padding-top: 0;
padding-bottom: .25em;
}
div:first-child>.title.external-link {
padding-top: .75em;
padding-bottom: .25em;
}
div>span+.title.external-link {
border-top: none;
}
div:last-child>.title.external-link {
padding-bottom: .75em;
}
}