@norges-domstoler/dds-components 0.0.0-dev-20240802111325 → 0.0.0-dev-20240813103608
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 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -1531,9 +1531,6 @@
|
|
|
1531
1531
|
color: var(--dds-color-icon-on-danger-default);
|
|
1532
1532
|
}
|
|
1533
1533
|
}
|
|
1534
|
-
.InputMessage_container--tip {
|
|
1535
|
-
background-color: var(--dds-color-surface-default);
|
|
1536
|
-
}
|
|
1537
1534
|
.InputMessage_icon {
|
|
1538
1535
|
margin-top: var(--dds-spacing-x0-125);
|
|
1539
1536
|
}
|