@utrecht/component-library-css 1.0.0-alpha.532 → 1.0.0-alpha.533
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 +0 -8
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -4368,14 +4368,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
4368
4368
|
padding-inline-start: var(--utrecht-page-footer-padding-inline-start);
|
|
4369
4369
|
}
|
|
4370
4370
|
|
|
4371
|
-
.utrecht-page-footer .utrecht-link--telephone {
|
|
4372
|
-
color: #fff;
|
|
4373
|
-
}
|
|
4374
|
-
|
|
4375
|
-
.utrecht-page-footer .utrecht-paragraph {
|
|
4376
|
-
color: #fff;
|
|
4377
|
-
}
|
|
4378
|
-
|
|
4379
4371
|
.utrecht-page-footer__address--reset-address {
|
|
4380
4372
|
/* reset <address> */
|
|
4381
4373
|
font-style: inherit;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.533",
|
|
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": "3763d33cbe7012d05ef9c110a59ea6565d84e380"
|
|
30
30
|
}
|