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

34 lines
576 B
SCSS
Raw Permalink 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;
2026-04-22 16:54:26 +02:00
// display: flex;
// align-items: center;
// justify-content: center;
2026-04-10 11:24:39 +02:00
&::after{
content: attr(start);
display: block;
2026-04-22 16:54:26 +02:00
// position: absolute;
2026-04-10 11:24:39 +02:00
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)
}