@norges-domstoler/dds-components 0.0.0-dev-20240618102701 → 0.0.0-dev-20240618103541
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 +6 -8
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -2590,7 +2590,8 @@
|
|
|
2590
2590
|
gap: var(--dds-spacing-x0-5);
|
|
2591
2591
|
}
|
|
2592
2592
|
.Search_input {
|
|
2593
|
-
|
|
2593
|
+
width: 100%;
|
|
2594
|
+
padding-right: calc(var(--dds-spacing-x1) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-25));
|
|
2594
2595
|
&[type=search]::-webkit-search-decoration,
|
|
2595
2596
|
&[type=search]::-webkit-search-cancel-button,
|
|
2596
2597
|
&[type=search]::-webkit-search-results-button,
|
|
@@ -2599,18 +2600,15 @@
|
|
|
2599
2600
|
}
|
|
2600
2601
|
}
|
|
2601
2602
|
.Search_input--small {
|
|
2602
|
-
padding-
|
|
2603
|
-
padding-bottom: var(--dds-spacing-x0-5);
|
|
2603
|
+
padding-block: var(--dds-spacing-x0-5);
|
|
2604
2604
|
padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-small) + var(--dds-spacing-x0-5));
|
|
2605
2605
|
}
|
|
2606
2606
|
.Search_input--medium {
|
|
2607
|
-
padding-
|
|
2608
|
-
padding-bottom: var(--dds-spacing-x0-75);
|
|
2607
|
+
padding-block: var(--dds-spacing-x0-75);
|
|
2609
2608
|
padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-5));
|
|
2610
2609
|
}
|
|
2611
2610
|
.Search_input--large {
|
|
2612
|
-
padding-
|
|
2613
|
-
padding-bottom: var(--dds-spacing-x1);
|
|
2611
|
+
padding-block: var(--dds-spacing-x1);
|
|
2614
2612
|
padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-5));
|
|
2615
2613
|
}
|
|
2616
2614
|
.Search_search-icon {
|
|
@@ -2625,7 +2623,7 @@
|
|
|
2625
2623
|
position: absolute;
|
|
2626
2624
|
top: 50%;
|
|
2627
2625
|
transform: translate(0, -50%);
|
|
2628
|
-
right: var(--dds-spacing-
|
|
2626
|
+
right: var(--dds-spacing-x1);
|
|
2629
2627
|
width: var(--dds-icon-size-medium);
|
|
2630
2628
|
height: var(--dds-icon-size-medium);
|
|
2631
2629
|
}
|