@utrecht/component-library-css 3.0.1-alpha.6 → 3.0.1-alpha.8
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 +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3625,6 +3625,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
3625
3625
|
.utrecht-link-list__item {
|
|
3626
3626
|
--utrecht-icon-size: var(--utrecht-link-list-icon-size);
|
|
3627
3627
|
--utrecht-link-icon-size: var(--utrecht-link-list-icon-size);
|
|
3628
|
+
--utrecht-icon-inset-block-start: var(--utrecht-link-list-icon-inset-block-start);
|
|
3628
3629
|
display: block;
|
|
3629
3630
|
font-weight: var(--utrecht-link-list-item-font-weight);
|
|
3630
3631
|
}
|
package/package.json
CHANGED