mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Use variables for spree-blue
Aka 'Havelock Blue', which is going to be changing.
This commit is contained in:
@@ -34,6 +34,6 @@ input[type="checkbox"].redesigned-input {
|
||||
}
|
||||
|
||||
&:checked:before {
|
||||
color: #5498da !important;
|
||||
color: $color-txt-text !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
left: 0;
|
||||
font-size: 13px;
|
||||
pointer-events: none;
|
||||
background-color: #5498da;
|
||||
background-color: $color-3;
|
||||
padding: 5px 15px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
@@ -19,7 +19,7 @@
|
||||
}
|
||||
|
||||
.arrow {
|
||||
background-color: #5498da;
|
||||
background-color: $color-3;
|
||||
position: absolute;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
|
||||
@@ -75,7 +75,7 @@ a.action--disabled {
|
||||
cursor: default;
|
||||
|
||||
&:hover {
|
||||
color: #5498da;
|
||||
color: $color-link;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$background-grey: #eceef1;
|
||||
$background-blue: #5498da;
|
||||
$background-blue: $color-3;
|
||||
|
||||
// scss-lint:disable SelectorFormat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user