Adjust active colour of price breakdown button

This commit is contained in:
Maikel Linke
2020-06-26 16:28:09 +10:00
parent 1fd4dc471a
commit 6bb48c0954

View File

@@ -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: "";