@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
31 lines (27 loc) • 730 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
/**
* @license EUPL-1.2
* Copyright (c) 2021 Robbert Broersma
*/
/* stylelint-disable order/properties-alphabetical-order */
.utrecht-table-of-contents {
page-break-inside: avoid;
}
.utrecht-table-of-contents__list {
list-style-type: none;
padding-inline-start: 0;
page-break-inside: avoid;
}
.utrecht-table-of-contents__list-item {
margin-block-end: var(--utrecht-unordered-list-item-margin-block-end);
margin-block-start: var(--utrecht-unordered-list-item-margin-block-start);
}
.utrecht-table-of-contents__list-item::before {
content: "";
}
.utrecht-table-of-contents__list-item-label {
font-variant-numeric: lining-nums tabular-nums;
}