-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmegadoc.conf.less
More file actions
111 lines (89 loc) · 1.96 KB
/
megadoc.conf.less
File metadata and controls
111 lines (89 loc) · 1.96 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@import (reference) "~variables";
@import (reference) "~helpers";
ul, ol {
padding-left: 1.3rem;
}
a[target="_blank"] {
margin-right: 0;
}
a[target="_blank"]:after {
display: none;
}
.schemable({
@code-typeface: monospace;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 17px;
.doc-content {
--x-height-multiplier: 0.375;
--baseline-multiplier: 0.17;
}
h1,h2,h3,h4,h5,h6 {
font-family: sans-serif;
}
.token.atrule, .token.attr-value, .token.keyword {
color: @plain-link;
}
code[class*="language-"], pre[class*="language-"] {
text-shadow: none;
font-family: @code-typeface;
overflow: visible;
}
.property-tag__description,
.property-tag__default-value,
.doc-entity__description,
.doc-entity__tags {
margin-left: 0;
}
.doc-entity + .doc-entity {
margin-top: 2rem;
border-top: 1px dashed @border-color;
padding-top: 1rem;
}
.tag-group__header {
list-style: none;
letter-spacing: inherit;
}
img[src*="career-router.svg"] {
margin-bottom: 1rem;
}
.layout__sidebar-header {
letter-spacing: 0;
text-transform: uppercase;
}
.class-view__type-def-list {
padding-left: 0;
}
.class-view__type-def-list .doc-entity__header,
.class-view__type-def-list .doc-entity__description {
margin-left: 0;
}
.doc-entity__header {
font-family: @code-typeface;
}
.doc-entity__method-params,
.doc-entity__function-signature {
font-family: @code-typeface;
}
.doc-group__header {
border-bottom-style: dashed;
border-bottom-width: 0.1rem;
padding-bottom: 0.5rem;
}
a.anchorable-heading__link {
width: 3rem;
margin-left: -3.5rem;
position: absolute;
text-align: right;
padding-right: 0;
opacity: 0;
}
.api-docs {
.anchorable-heading__link {
opacity: 0.5;
}
.anchorable-heading:hover .anchorable-heading__link,
.anchorable-heading__link:hover {
opacity: inherit;
}
}
});