@justfixnyc/component-library 0.54.6 → 0.54.7
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.
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
flex-grow: 1;
|
|
650
650
|
white-space: nowrap;
|
|
651
651
|
border-radius: 6px;
|
|
652
|
-
border: 1px solid #
|
|
652
|
+
border: 1px solid #242323;
|
|
653
653
|
background: #faf8f4;
|
|
654
654
|
padding: 0.75rem;
|
|
655
655
|
cursor: pointer;
|
|
@@ -659,10 +659,10 @@
|
|
|
659
659
|
padding: 0.6875rem;
|
|
660
660
|
}
|
|
661
661
|
.jfcl-select-button__label:hover {
|
|
662
|
-
background-color: #
|
|
662
|
+
background-color: #efe9dc;
|
|
663
663
|
}
|
|
664
664
|
.jfcl-select-button__label:active {
|
|
665
|
-
background-color: #
|
|
665
|
+
background-color: #edf3ff;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
.jfcl-select-button__input:checked + .jfcl-select-button__label {
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
flex-grow: 1;
|
|
650
650
|
white-space: nowrap;
|
|
651
651
|
border-radius: 6px;
|
|
652
|
-
border: 1px solid #
|
|
652
|
+
border: 1px solid #242323;
|
|
653
653
|
background: #faf8f4;
|
|
654
654
|
padding: 0.75rem;
|
|
655
655
|
cursor: pointer;
|
|
@@ -659,10 +659,10 @@
|
|
|
659
659
|
padding: 0.6875rem;
|
|
660
660
|
}
|
|
661
661
|
.jfcl-select-button__label:hover {
|
|
662
|
-
background-color: #
|
|
662
|
+
background-color: #efe9dc;
|
|
663
663
|
}
|
|
664
664
|
.jfcl-select-button__label:active {
|
|
665
|
-
background-color: #
|
|
665
|
+
background-color: #edf3ff;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
.jfcl-select-button__input:checked + .jfcl-select-button__label {
|