-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathadmonitions.css
More file actions
51 lines (40 loc) · 1.14 KB
/
admonitions.css
File metadata and controls
51 lines (40 loc) · 1.14 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
article .theme-admonition-danger ul li strong, article .theme-admonition-danger ol li strong {
color: #ff8a8a
}
.theme-admonition {
max-width: 1200px;
border-left: none;
padding: 2em;
border-radius: 1.3em;
margin-top: 2.5em;
margin-bottom: 2.5em;
border: 1px solid var(--ifm-alert-border-color);
}
.theme-admonition.alert{
margin-top: 3em;
margin-bottom: 4em;
}
html[data-theme='dark'] .theme-admonition details {
background: #00000054;
border: 1px solid #ffffff52;
}
html[data-theme='dark'] .theme-admonition > .admonitionHeading_node_modules-\@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module:not(:last-child) {
margin-bottom: 1em;
font-size: 1.2em;
}
html[data-theme='dark'] .admonitionContent_node_modules-\@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module > ul:last-child {
margin-bottom: 0;
padding-left: 1.6em;
}
.alert--secondary {
margin-top: 2em;
}
.theme-admonition > div, .theme-admonition > div p {
display: inline;
}
.theme-admonition > div:first-child {
margin-right: 0.5em;
}
.theme-admonition > div p {
margin-right: 0.5em;
}