29 lines
No EOL
504 B
SCSS
29 lines
No EOL
504 B
SCSS
.layout-wiki-list {
|
|
.subsections,
|
|
.subpages {
|
|
list-style: disc;
|
|
padding: 0;
|
|
margin-block-start: 1em;
|
|
margin-block-end: 2em;
|
|
li {
|
|
margin-inline-start: 1em;
|
|
margin-block-end: 1em;
|
|
}
|
|
a {
|
|
|
|
}
|
|
}
|
|
.section-title {
|
|
font-size: 2em;
|
|
border-block-end: 1px solid var(--ui-text-muted);
|
|
padding-block-end: 0.5em;
|
|
margin-block-start: 0;
|
|
margin-block-end: 1em;
|
|
}
|
|
.subsections-title,
|
|
.subpages-title {
|
|
margin-block-start: 1em;
|
|
font-weight: 500;
|
|
text-decoration: underline;
|
|
}
|
|
} |