mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Use variable colour assignment
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
background-color: #ccc;
|
||||
background-color: $disabled_button;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,10 @@ $warning-red: #da5354;
|
||||
$warning-orange: #da7f52;
|
||||
$medium-grey: #919191;
|
||||
$pale-blue: #cee1f4;
|
||||
$light-grey: #ccc;
|
||||
|
||||
$admin-table-border: $pale-blue;
|
||||
|
||||
$modal-close-button-color: #de6060;
|
||||
$modal-close-button-hover-color: #bf4545;
|
||||
$disabled-button: $light-grey;
|
||||
|
||||
Reference in New Issue
Block a user