refacto: reorganize scss for modularity
This commit is contained in:
parent
cee8bb00bc
commit
8d3d2d8b61
10 changed files with 301 additions and 303 deletions
17
sass/parts/_footnote.scss
Normal file
17
sass/parts/_footnote.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
footer.footnotes {
|
||||
font-size: .8rem;
|
||||
color: var(--subtext1);
|
||||
margin-top: 3rem;
|
||||
border-top: 1px solid var(--overlay0);
|
||||
|
||||
&>ol.footnotes-list>li {
|
||||
margin-top: 1rem;
|
||||
|
||||
&>p {
|
||||
margin: {
|
||||
top: .4rem;
|
||||
bottom: .4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue