@norges-domstoler/dds-components 0.0.0-dev-20241018130325 → 0.0.0-dev-20241018130532
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 +3 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
}
|
|
1841
1841
|
.Feedback_button {
|
|
1842
1842
|
border-radius: var(--dds-border-radius-button);
|
|
1843
|
-
color: var(--dds-color-
|
|
1843
|
+
color: var(--dds-color-icon-medium);
|
|
1844
1844
|
&:hover {
|
|
1845
1845
|
background-color: var(--dds-color-surface-hover-default);
|
|
1846
1846
|
color: var(--dds-color-icon-action-hover);
|
|
@@ -2505,7 +2505,7 @@
|
|
|
2505
2505
|
}
|
|
2506
2506
|
}
|
|
2507
2507
|
.List_li {
|
|
2508
|
-
line-height:
|
|
2508
|
+
line-height: var(--dds-font-lineheight-list);
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
2511
|
/* src/components/LocalMessage/LocalMessage.module.css */
|
|
@@ -3800,7 +3800,7 @@
|
|
|
3800
3800
|
cursor: pointer;
|
|
3801
3801
|
width: -moz-fit-content;
|
|
3802
3802
|
width: fit-content;
|
|
3803
|
-
border: 1px solid;
|
|
3803
|
+
border: 1px solid var(--dds-color-border-default);
|
|
3804
3804
|
border-radius: var(--dds-border-radius-rounded);
|
|
3805
3805
|
gap: var(--dds-spacing-x0-25);
|
|
3806
3806
|
padding: var(--dds-spacing-x0-5) var(--dds-spacing-x1);
|