47 lines
No EOL
752 B
SCSS
47 lines
No EOL
752 B
SCSS
#toc_container{
|
|
|
|
break-before: page;
|
|
break-after: page;
|
|
// color: red;
|
|
|
|
ul{
|
|
list-style-type: none;
|
|
color: black;
|
|
}
|
|
|
|
.toc-element-level-1{
|
|
margin-top: calc(var(--baseline)*1);
|
|
margin-bottom: calc(var(--baseline)*0.5);
|
|
font-size: 1.2rem;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.toc-element-level-2{
|
|
font-weight: bold;
|
|
margin-top: calc(var(--baseline)*0.5);
|
|
margin-bottom: calc(var(--baseline)*0.5);
|
|
}
|
|
|
|
.toc-element-level-3{
|
|
text-indent: 5mm;
|
|
|
|
}
|
|
|
|
.toc-element-level-4{
|
|
text-indent: 10mm;
|
|
|
|
}
|
|
|
|
.toc-element-level-5{
|
|
text-indent: 15mm;
|
|
|
|
}
|
|
|
|
.toc-element-level-6{
|
|
text-indent: 20mm;
|
|
|
|
}
|
|
|
|
|
|
|
|
} |