ol satrt in html
This commit is contained in:
parent
0d56ca3d0d
commit
626ba00ba8
5 changed files with 19 additions and 122 deletions
|
|
@ -7,12 +7,15 @@ ol[type="1"]{
|
|||
break-after: avoid;
|
||||
position: absolute;
|
||||
left: calc(var(--unit)*1);
|
||||
&::after{
|
||||
content: attr(start)!important;
|
||||
display: block;
|
||||
font-size: var(--fs-small);
|
||||
opacity: 0.5;
|
||||
}
|
||||
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;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue