@egovernments/digit-ui-components-css 2.0.0-dev-03 → 2.0.0-dev-05
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
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
.digit-selector-button-primary {
|
|
381
381
|
@apply h-8 text-center border-b-2 border-input-border border-solid outline-none px-lg;
|
|
382
382
|
background-color: var(--digitv2-lightTheme-primary-1);
|
|
383
|
+
border-bottom-width: 2px;
|
|
383
384
|
|
|
384
385
|
&:focus {
|
|
385
386
|
@apply outline-none;
|
|
@@ -392,6 +393,7 @@
|
|
|
392
393
|
|
|
393
394
|
.digit-selector-button-border {
|
|
394
395
|
@apply h-8 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg;
|
|
396
|
+
border-bottom-width: 2px;
|
|
395
397
|
|
|
396
398
|
&:focus {
|
|
397
399
|
@apply outline-none;
|
|
@@ -405,6 +407,7 @@
|
|
|
405
407
|
.digit-selector-button-primary-disabled {
|
|
406
408
|
@apply h-8 text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
|
|
407
409
|
background-color: var(--digitv2-lightTheme-primary-1);
|
|
410
|
+
border-bottom-width: 2px;
|
|
408
411
|
|
|
409
412
|
&:focus {
|
|
410
413
|
@apply outline-none;
|