sqm-dashboards/app/assets/stylesheets/_variables.scss
2021-09-23 10:57:18 -04:00

8 lines
224 B
SCSS

$primary-color: #9e9e9e; // grey
$darkgrey: #212121;
$lightgrey: #e0e0e0;
$lightgreen: #C8E6C9; // lightgreen
$lightred: #FFCDD2; // lightred
$lightyellow: #fcf5e2; // lightyellow
$orange: #ffab40; // orange
$link: #007bff;