@norges-domstoler/dds-components 0.0.0-dev-20250429123723 → 0.0.0-dev-20250429123835
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 -0
- 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 +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) {
|