mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-07 07:36:58 +00:00
Adjust color for edit action to $teal
This commit is contained in:
@@ -70,25 +70,25 @@
|
||||
&.capture,
|
||||
&.save,
|
||||
&.add {
|
||||
background-color: $color-success;
|
||||
background-color: $teal;
|
||||
|
||||
&.n:before,
|
||||
&.ne:before,
|
||||
&.nw:before {
|
||||
border-top-color: $color-success;
|
||||
border-top-color: $teal;
|
||||
}
|
||||
&.e:before,
|
||||
&.nw:before,
|
||||
&.sw:before {
|
||||
border-right-color: $color-success;
|
||||
border-right-color: $teal;
|
||||
}
|
||||
&.s:before,
|
||||
&.se:before,
|
||||
&.sw:before {
|
||||
border-bottom-color: $color-success;
|
||||
border-bottom-color: $teal;
|
||||
}
|
||||
&.w:before {
|
||||
border-left-color: $color-success;
|
||||
border-left-color: $teal;
|
||||
}
|
||||
}
|
||||
&.remove,
|
||||
|
||||
Reference in New Issue
Block a user