2022-03-02 22:50:22 +01:00
|
|
|
:root {
|
|
|
|
--list-disc-color: var(--grey-color);
|
|
|
|
--list-disc-scale: 2;
|
|
|
|
}
|
|
|
|
|
2022-02-14 16:58:54 +01:00
|
|
|
.uk-list-xlarge>*>ul, .uk-list-xlarge>:nth-child(n+2) {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
2022-03-02 22:50:22 +01:00
|
|
|
|
|
|
|
.uk-list.uk-list-disc > li::before {
|
|
|
|
color: var(--list-disc-color);
|
|
|
|
transform: scale(var(--list-disc-scale));
|
2022-03-03 16:46:45 +01:00
|
|
|
-moz-transform-origin: right center;
|
2022-03-02 22:50:22 +01:00
|
|
|
}
|