@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
29 lines (26 loc) • 584 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
.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;
}
:host {
display: block;
}
:host([hidden]) {
display: none ;
}