CityPickerPopup: gps-button uses $blue-light / $white / $blue-light--hover tokens
This commit is contained in:
@@ -114,14 +114,14 @@
|
||||
.gps-button {
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
background-color: #4a8cff;
|
||||
color: #fff;
|
||||
background-color: colors.$blue-light;
|
||||
color: colors.$white;
|
||||
border: none;
|
||||
border-radius: vars.$border-radius;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover { background-color: #3a7aee; }
|
||||
&:hover { background-color: colors.$blue-light--hover; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user