UNPKG

@utrecht/components

Version:

Components for the Municipality of Utrecht based on the NL Design System architecture

28 lines (27 loc) 826 B
/** * @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. */ .utrecht-column-layout { column-gap: var(--utrecht-column-layout-gap, 2em); column-width: var(--utrecht-column-layout-column-width, 40ch); display: block; } @media print { .utrecht-column-layout { /* render two columns by default */ column-count: var(--utrecht-column-layout-print-column-count, 2); column-width: var(--utrecht-column-layout-print-column-width, auto); } } .utrecht-column-layout--rule { column-rule-color: var(--utrecht-column-layout-column-rule-color); column-rule-style: solid; column-rule-width: var(--utrecht-column-layout-column-rule-width, 0); }