@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
29 lines (27 loc) • 938 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2020-2022 Gemeente Utrecht
* Copyright (c) 2020-2022 Frameless B.V.
*/
/**
* @license EUPL-1.2
* Copyright (c) 2020-2022 Gemeente Utrecht
* Copyright (c) 2020-2022 Frameless B.V.
*/
/* stylelint-disable-next-line block-no-empty */
.utrecht-index-char-nav {
--utrecht-button-padding-inline-start: 1ch;
--utrecht-button-padding-inline-end: 1ch;
display: flex;
flex-wrap: wrap;
gap: var(--utrecht-index-char-nav-gap);
margin-block-end: var(--utrecht-index-char-nav-margin-block-end);
margin-block-start: var(--utrecht-index-char-nav-margin-block-start);
}
.utrecht-index-char-nav__link--current {
--utrecht-button-primary-action-font-weight: var(--utrecht-index-char-nav-link-current-font-weight);
--utrecht-button-link-primary-action-font-weight: var(--utrecht-index-char-nav-link-current-font-weight);
}
.utrecht-index-char-nav__link--disabled {
pointer-events: none;
}