walter-boente_book-collection/css/modules/_num-paragraph.scss

34 lines
564 B
SCSS
Raw Normal View History

2026-04-15 11:08:34 +02:00
[data-id="section__content"]{
position: relative;
}
2026-04-10 11:24:39 +02:00
ol[type="1"]{
list-style-type: none;
position: relative;
break-after: avoid;
width: $indent;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
&::after{
content: attr(start);
display: block;
position: absolute;
font-size: var(--fs-small);
opacity: 0.5;
}
}
ol[type="1"].ol-clone{
break-before: column;
break-after: avoid;
top: 0;
left: calc($content-w/2 + $gap/2)
}