mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
8 lines
223 B
SCSS
8 lines
223 B
SCSS
$primary-color: #9e9e9e; // grey
|
|
$darkgrey: #212121;
|
|
$lightgrey: #e0e0e0;
|
|
$lightgreen: #C8E6C9; // lightgreen
|
|
$lightred: #FFCDD2; // lightred
|
|
$lightyellow: #fcf5e2; // lightyellow
|
|
$orange: #ffab40; // orange
|
|
$link: #007bff
|