UNPKG

@utrecht/components

Version:

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

23 lines (22 loc) 748 B
/** * @license EUPL-1.2 * Copyright (c) 2021 Gemeente Utrecht * Copyright (c) 2021 Robbert Broersma * Copyright (c) 2021 The Knights Who Say NIH! B.V. */ /** * @license EUPL-1.2 * Copyright (c) 2021 Gemeente Utrecht * Copyright (c) 2021 Robbert Broersma * Copyright (c) 2021 The Knights Who Say NIH! B.V. */ .utrecht-separator { border-color: var(--utrecht-separator-color); border-style: solid; border-width: 0 0 var(--utrecht-separator-block-size) 0; margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-separator-margin-block-end, 0)); margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-separator-margin-block-start, 0)); } .utrecht-separator--distanced { --utrecht-space-around: 1; }