Move to SASS
This commit is contained in:
parent
3ab7ab54b4
commit
47c7cf1aa4
11 changed files with 1136 additions and 562 deletions
23
Website/wwwroot/css/colours.scss
Normal file
23
Website/wwwroot/css/colours.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
@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;
|
Loading…
Add table
Add a link
Reference in a new issue