@norges-domstoler/dds-components 0.0.0-dev-20250429123723 → 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 +10 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +8 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2431,6 +2431,16 @@
|
|
|
2431
2431
|
}
|
|
2432
2432
|
}
|
|
2433
2433
|
.DetailList_list--striped {
|
|
2434
|
+
.DetailList_row {
|
|
2435
|
+
&:nth-of-type(even) {
|
|
2436
|
+
background-color: var(--dds-color-surface-default);
|
|
2437
|
+
}
|
|
2438
|
+
&:nth-of-type(odd) {
|
|
2439
|
+
background-color: var(--dds-color-surface-subtle);
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
.DetailList_list--striped-with-bp {
|
|
2434
2444
|
.DetailList_row {
|
|
2435
2445
|
&:nth-of-type(4n-1),
|
|
2436
2446
|
&:nth-of-type(4n) {
|
|
@@ -2992,14 +3002,12 @@
|
|
|
2992
3002
|
}
|
|
2993
3003
|
.LocalMessage_container__text {
|
|
2994
3004
|
grid-area: text;
|
|
2995
|
-
padding-right: var(--dds-spacing-x0-75);
|
|
2996
3005
|
}
|
|
2997
3006
|
.LocalMessage_container__icon {
|
|
2998
3007
|
grid-area: icon;
|
|
2999
3008
|
}
|
|
3000
3009
|
.LocalMessage_container__button {
|
|
3001
3010
|
grid-area: closeButton;
|
|
3002
|
-
margin: calc(0px - var(--dds-spacing-x0-75)) 0;
|
|
3003
3011
|
}
|
|
3004
3012
|
|
|
3005
3013
|
/* src/components/Modal/Modal.module.css */
|