31 lines
No EOL
484 B
SCSS
31 lines
No EOL
484 B
SCSS
.layout-_default-list {
|
|
.list-header {
|
|
padding: 1em;
|
|
hr {display: none;}
|
|
}
|
|
.list-title {
|
|
margin-block: 0;
|
|
}
|
|
.list-author {}
|
|
.list-summary {}
|
|
.list-content {}
|
|
.list-permalink {
|
|
.u-url {font-family: monospace;}
|
|
}
|
|
.list-pages {
|
|
padding-inline: 1em;
|
|
.list-of-pages-in-section {
|
|
list-style: none;
|
|
padding-inline-start: 0;
|
|
&__item {
|
|
max-width: 80ch;
|
|
.p-name {
|
|
font-weight: bold;
|
|
}
|
|
.p-summary {
|
|
font-style: italic;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |