Use variables for spree-blue

Aka 'Havelock Blue', which is going to be changing.
This commit is contained in:
David Cook
2023-05-03 13:21:46 +10:00
parent e928e74ae6
commit 60ec24b92b
4 changed files with 5 additions and 5 deletions

View File

@@ -34,6 +34,6 @@ input[type="checkbox"].redesigned-input {
}
&:checked:before {
color: #5498da !important;
color: $color-txt-text !important;
}
}

View File

@@ -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;

View File

@@ -75,7 +75,7 @@ a.action--disabled {
cursor: default;
&:hover {
color: #5498da;
color: $color-link;
}
}

View File

@@ -1,5 +1,5 @@
$background-grey: #eceef1;
$background-blue: #5498da;
$background-blue: $color-3;
// scss-lint:disable SelectorFormat