UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

25 lines 798 B
/** * @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 */ :host { --utrecht-icon-size: var(--utrecht-map-marker-icon-size); align-items: center; background-color: var(--utrecht-map-marker-background-color); block-size: var(--utrecht-map-marker-size); border-color: var(--utrecht-map-marker-border-color); border-radius: 50%; border-style: solid; border-width: var(--utrecht-map-marker-border-width); box-shadow: 13px 3px 3px -2px var(--utrecht-map-marker-box-shadow-color); color: var(--utrecht-map-marker-color); display: flex; inline-size: var(--utrecht-map-marker-size); justify-content: center; }