@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
25 lines • 796 B
CSS
/**
* @license EUPL-1.2
* Copyright (c) 2022 Gemeente Utrecht
* Copyright (c) 2022 Robbert Broersma
*/
/**
* @license EUPL-1.2
* Copyright (c) 2022 Gemeente Utrecht
* Copyright (c) 2022 Robbert Broersma
*/
.utrecht-map-marker {
--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;
}