sadium/assets/css/terms.scss
Артём 6fa1d7adbb
All checks were successful
/ site (push) Successful in 2s
Обновление шрифта
2024-07-14 19:13:46 +03:00

22 lines
260 B
SCSS

.terms {
h3 {
font-size: initial;
}
ul {
list-style: none;
li {
a {
color: $accent;
}
}
li:not(:empty):before {
content: '-';
position: absolute;
left: -20px;
color: $accent;
}
}
}