openaire-theme/css/structure/list.css

15 lines
309 B
CSS
Raw Normal View History

:root {
--list-disc-color: var(--grey-color);
--list-disc-scale: 2;
}
.uk-list-xlarge>*>ul, .uk-list-xlarge>:nth-child(n+2) {
margin-top: 40px;
}
.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;
}