CityPickerPopup: #ffffff → colors.$white (brand palette parity)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
.city-autocomplete-popup {
|
||||
position: absolute;
|
||||
width: 630px;
|
||||
background: #ffffff;
|
||||
background: colors.$white;
|
||||
border-radius: vars.$border-radius;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
||||
z-index: 10000;
|
||||
@@ -29,7 +29,7 @@
|
||||
&:last-child { border-right: none; }
|
||||
|
||||
&.active {
|
||||
background-color: #ffffff;
|
||||
background-color: colors.$white;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user