mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-12 08:50:37 -07: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;
|
|
}
|