@utrecht/component-library-css 1.0.0-alpha.352 → 1.0.0-alpha.354
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +26 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -3121,6 +3121,32 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3121
3121
|
padding-inline-start: var(--utrecht-mapcontrolbutton-label-margin-inline-start);
|
|
3122
3122
|
}
|
|
3123
3123
|
|
|
3124
|
+
/**
|
|
3125
|
+
* @license EUPL-1.2
|
|
3126
|
+
* Copyright (c) 2022 Gemeente Utrecht
|
|
3127
|
+
* Copyright (c) 2022 Robbert Broersma
|
|
3128
|
+
*/
|
|
3129
|
+
/**
|
|
3130
|
+
* @license EUPL-1.2
|
|
3131
|
+
* Copyright (c) 2022 Gemeente Utrecht
|
|
3132
|
+
* Copyright (c) 2022 Robbert Broersma
|
|
3133
|
+
*/
|
|
3134
|
+
.utrecht-map-marker {
|
|
3135
|
+
--utrecht-icon-size: var(--utrecht-map-marker-icon-size);
|
|
3136
|
+
align-items: center;
|
|
3137
|
+
background-color: var(--utrecht-map-marker-background-color);
|
|
3138
|
+
border-color: var(--utrecht-map-marker-border-color);
|
|
3139
|
+
border-radius: 50%;
|
|
3140
|
+
border-style: solid;
|
|
3141
|
+
border-width: var(--utrecht-map-marker-border-width);
|
|
3142
|
+
box-shadow: 13px 3px 3px -2px var(--utrecht-map-marker-box-shadow-color);
|
|
3143
|
+
color: var(--utrecht-map-marker-color);
|
|
3144
|
+
display: flex;
|
|
3145
|
+
height: var(--utrecht-map-marker-size);
|
|
3146
|
+
justify-content: center;
|
|
3147
|
+
width: var(--utrecht-map-marker-size);
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3124
3150
|
/**
|
|
3125
3151
|
* @license EUPL-1.2
|
|
3126
3152
|
* Copyright (c) 2021 Gemeente Utrecht
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.354",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"clean": "rimraf dist/"
|
|
27
27
|
},
|
|
28
28
|
"main": "dist/index.css",
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "6a529f0eb4e8f9025b56038dfabe943e2835a8dc"
|
|
30
30
|
}
|