mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Move color definitions out of response rate presenter and into _colors.scss
This commit is contained in:
parent
a785c69c44
commit
65ca0fd1ac
3 changed files with 7 additions and 6 deletions
|
|
@ -25,6 +25,11 @@ $growth: $gold;
|
|||
$approval: $purple;
|
||||
$ideal: $purple;
|
||||
|
||||
:root {
|
||||
--color-purple: #{$purple};
|
||||
--color-gold: #{$gold};
|
||||
}
|
||||
|
||||
.color-red {
|
||||
color: $red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue