UNPKG

@utrecht/components

Version:

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

22 lines 704 B
/** * @license EUPL-1.2 * Copyright (c) 2022 Gemeente Utrecht * Copyright (c) 2022 Robbert Broersma * Copyright (c) 2022 The Knights Who Say NIH! B.V. */ /** * @license EUPL-1.2 * Copyright (c) 2022 Gemeente Utrecht * Copyright (c) 2022 Robbert Broersma * Copyright (c) 2022 The Knights Who Say NIH! B.V. */ .utrecht-heading-group { --utrecht-pre-heading-order: -1; display: flex; flex-direction: column; margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-end, 0)); margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-start, 0)); } .utrecht-heading-group > * { --utrecht-space-around: 0; }