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

28 lines
457 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;
break-after: avoid;
position: absolute;
2026-04-17 18:06:54 +02:00
left: calc(var(--unit)*1);
2026-04-21 16:18:44 +02:00
display: block;
font-size: var(--fs-small);
opacity: 0.5;
// &::after{
// content: attr(start)!important;
// display: block;
// font-size: var(--fs-small);
// opacity: 0.5;
// }
2026-04-10 11:24:39 +02:00
}
2026-04-21 15:40:30 +02:00
.intro ol[type="1"]{
left: 0px;
2026-04-10 11:24:39 +02:00
}