@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
16 lines (15 loc) • 383 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2021 Gemeente Utrecht
* Copyright (c) 2021 Robbert Broersma
*/
.utrecht-toptask-nav {
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: var(--utrecht-toptask-nav-gap);
}
.utrecht-toptask-nav--grid {
--utrecht-toptask-link-max-inline-size: var(--utrecht-toptask-nav-link-grid-max-inline-size);
flex-direction: row;
}