23 lines
No EOL
442 B
SCSS
23 lines
No EOL
442 B
SCSS
@import "material_colours.scss";
|
|
|
|
$background:$Grey-50;
|
|
|
|
$primary-100:$Red-100;
|
|
$primary-200:$Red-200;
|
|
$primary-300:$Red-300;
|
|
$primary-400:$Red-400;
|
|
$primary-500:$Red-500;
|
|
$primary-600:$Red-600;
|
|
$primary-700:$Red-700;
|
|
$primary-800:$Red-800;
|
|
$primary-900:$Red-900;
|
|
|
|
$accent-100:$Teal-100;
|
|
$accent-200:$Teal-200;
|
|
$accent-400:$Teal-400;
|
|
$accent-700:$Teal-700;
|
|
|
|
$primary:$primary-600;
|
|
$accent:$accent-400;
|
|
$control:$Grey-200;
|
|
$control2:$Grey-300; |