Rename warning color variable

To match the others in the variables file.

Also `warning-orange` was unused.
This commit is contained in:
David Cook
2023-06-22 16:10:20 +10:00
parent 01a9095121
commit c4a335548a
23 changed files with 52 additions and 54 deletions

View File

@@ -69,7 +69,7 @@ button:not(.plain):not(.trix-button),
}
&.danger {
background-color: $warning-red;
background-color: $color-warning;
}
&.success {
background-color: $spree-green;

View File

@@ -23,7 +23,7 @@
&.error {
.message {
.icon {
color: $warning-red;
color: $color-warning;
}
}
}

View File

@@ -64,7 +64,7 @@ light: #ccc
&:hover {
&:before {
color: $warning-red;
color: $color-warning;
}
}

View File

@@ -19,7 +19,7 @@
}
&.error {
color: $warning-red;
color: $color-warning;
}
}
}