mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
Rename warning color variable
To match the others in the variables file. Also `warning-orange` was unused.
This commit is contained in:
@@ -69,7 +69,7 @@ button:not(.plain):not(.trix-button),
|
||||
}
|
||||
|
||||
&.danger {
|
||||
background-color: $warning-red;
|
||||
background-color: $color-warning;
|
||||
}
|
||||
&.success {
|
||||
background-color: $spree-green;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
&.error {
|
||||
.message {
|
||||
.icon {
|
||||
color: $warning-red;
|
||||
color: $color-warning;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ light: #ccc
|
||||
|
||||
&:hover {
|
||||
&:before {
|
||||
color: $warning-red;
|
||||
color: $color-warning;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
}
|
||||
|
||||
&.error {
|
||||
color: $warning-red;
|
||||
color: $color-warning;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user