@norges-domstoler/dds-components 0.0.0-dev-20250429123835 → 0.0.0-dev-20250429135546
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 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3002,14 +3002,12 @@
|
|
|
3002
3002
|
}
|
|
3003
3003
|
.LocalMessage_container__text {
|
|
3004
3004
|
grid-area: text;
|
|
3005
|
-
padding-right: var(--dds-spacing-x0-75);
|
|
3006
3005
|
}
|
|
3007
3006
|
.LocalMessage_container__icon {
|
|
3008
3007
|
grid-area: icon;
|
|
3009
3008
|
}
|
|
3010
3009
|
.LocalMessage_container__button {
|
|
3011
3010
|
grid-area: closeButton;
|
|
3012
|
-
margin: calc(0px - var(--dds-spacing-x0-75)) 0;
|
|
3013
3011
|
}
|
|
3014
3012
|
|
|
3015
3013
|
/* src/components/Modal/Modal.module.css */
|