UNPKG

@utrecht/components

Version:

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

13 lines 481 B
/** * @license EUPL-1.2 * Copyright (c) 2021 Robbert Broersma */ .utrecht-logo-button { --utrecht-icon-size: var(--utrecht-logo-button-icon, 50px); --utrecht-button-min-block-size: var(--utrecht-logo-button-block-size, 50px); --utrecht-logo-max-block-size: var(--utrecht-logo-button-block-size, 50px); --utrecht-logo-max-inline-size: var(--utrecht-logo-button-block-size, 50px); align-items: flex-start; display: inline-flex; gap: var(--utrecht-space-inline-sm); }