27 lines
457 B
SCSS
27 lines
457 B
SCSS
[data-id="section__content"]{
|
|
position: relative;
|
|
}
|
|
|
|
ol[type="1"]{
|
|
list-style-type: none;
|
|
break-after: avoid;
|
|
position: absolute;
|
|
left: calc(var(--unit)*1);
|
|
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;
|
|
// }
|
|
}
|
|
|
|
|
|
|
|
.intro ol[type="1"]{
|
|
left: 0px;
|
|
}
|
|
|
|
|