Define new colour and use variable where already in use

This commit is contained in:
Matt-Yorkley
2020-03-25 12:52:14 +01:00
parent eb4d970bc7
commit a08020490d
3 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
}
products .filter-box {
background: #f7f7f7;
background: $grey-050;
}
.filter-box {

View File

@@ -41,6 +41,8 @@ $light-grey-transparency: rgba(0, 0, 0, .1);
$black: #000;
$white: #fff;
$grey-050: #f7f7f7;
$grey-400: #bbb;
$grey-500: #999;
$grey-600: #777;

View File

@@ -44,7 +44,7 @@ checkout {
h5 {
margin: 0;
padding: 0.65em;
background: #f7f7f7;
background: $grey-050;
.label {
font-size: 1em;