@nattstack/ui 0.0.38 → 0.0.39
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.
|
@@ -442,8 +442,7 @@
|
|
|
442
442
|
display: flex;
|
|
443
443
|
}
|
|
444
444
|
.passcode-input-module_passcode_input_CHGhjq {
|
|
445
|
-
background-color: var(--color-
|
|
446
|
-
box-shadow: 0 0 0 1px var(--color-border) inset;
|
|
445
|
+
background-color: var(--color-gray-3);
|
|
447
446
|
color: var(--color-text-primary);
|
|
448
447
|
font-family: var(--font-body);
|
|
449
448
|
outline-color: var(--color-outline);
|
|
@@ -454,16 +453,12 @@
|
|
|
454
453
|
outline-style: solid;
|
|
455
454
|
width: 40px;
|
|
456
455
|
height: 48px;
|
|
457
|
-
font-size:
|
|
456
|
+
font-size: 14px;
|
|
458
457
|
font-weight: 500;
|
|
459
458
|
transition-property: box-shadow;
|
|
460
459
|
transition-duration: .15s;
|
|
461
460
|
}
|
|
462
461
|
|
|
463
|
-
.passcode-input-module_passcode_input_CHGhjq:enabled:hover {
|
|
464
|
-
--color-border: var(--color-gray-6);
|
|
465
|
-
}
|
|
466
|
-
|
|
467
462
|
.passcode-input-module_passcode_input_CHGhjq:disabled {
|
|
468
463
|
cursor: not-allowed;
|
|
469
464
|
opacity: .5;
|