mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
14 lines
142 B
SCSS
14 lines
142 B
SCSS
$red: #C92F47;
|
|
$beige: #EFEBE1;
|
|
|
|
.red {
|
|
color: $red;
|
|
}
|
|
|
|
.beige-bg {
|
|
background-color: $beige;
|
|
}
|
|
|
|
.white-bg {
|
|
background-color: white;
|
|
}
|