@egovernments/digit-ui-components-css 2.0.0-dev-06 → 2.0.0-dev-08
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/package.json
CHANGED
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
width: 100%;
|
|
392
392
|
height: auto;
|
|
393
393
|
background-color: theme("digitv2.lightTheme.paper-primary");
|
|
394
|
-
border-radius: var(--digitv2-borderRadius-
|
|
394
|
+
border-radius: var(--digitv2-borderRadius-radius5);
|
|
395
395
|
box-shadow: 0rem 0.063rem 0.125rem 0rem #00000029;
|
|
396
396
|
display: flex;
|
|
397
397
|
gap: theme("digitv2.spacers.spacer4");
|
|
@@ -533,4 +533,21 @@
|
|
|
533
533
|
.digit-numeric-button-suffix{
|
|
534
534
|
border-top-right-radius:var(--digitv2-borderRadius-radius2);
|
|
535
535
|
border-bottom-right-radius: var(--digitv2-borderRadius-radius2);
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
input{
|
|
540
|
+
outline: none !important;
|
|
541
|
+
|
|
542
|
+
&:focus-visible{
|
|
543
|
+
outline: none !important;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.datepicker-popper-high-zindex {
|
|
548
|
+
z-index: 999999 !important;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.react-datepicker-popper {
|
|
552
|
+
z-index: 999999 !important;
|
|
536
553
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
@extend .light-paper-primary;
|
|
4
4
|
height: 100%;
|
|
5
5
|
width: 100%;
|
|
6
|
+
border-radius:var(--digitv2-borderRadius-radius5);
|
|
6
7
|
|
|
7
8
|
.popup-label {
|
|
8
9
|
display: flex;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
flex-direction: column;
|
|
112
113
|
|
|
113
114
|
.digit-section {
|
|
115
|
+
border-radius: var(--digitv2-borderRadius-radius5);
|
|
114
116
|
&.links {
|
|
115
117
|
display: none;
|
|
116
118
|
}
|