mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adjust active colour of price breakdown button
This commit is contained in:
@@ -75,13 +75,13 @@ button.graph-button {
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
|
||||
&:before {
|
||||
color: $clr-brick-bright;
|
||||
color: $teal-500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button.graph-button.open {
|
||||
background-color: $clr-brick-bright;
|
||||
background-color: $teal-500;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user