Switch to SCSS

This commit is contained in:
2020-03-11 02:31:38 +01:00
parent 83a8c963a3
commit 8652abe8dc
7 changed files with 87 additions and 13 deletions

View File

@ -9,11 +9,15 @@
// Be sure that you only ever include this mixin once!
@include mat-core();
@import 'palettes.scss';
// Define the palettes for your theme using the Material Design palettes available in palette.scss
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
// hue. Available color palettes: https://material.io/design/color/
$ng-karaoqueue-primary: mat-palette($mat-indigo);
$ng-karaoqueue-accent: mat-palette($mat-pink, A200, A100, A400);
$ng-karaoqueue-primary: mat-palette($md-stukblue);
$ng-karaoqueue-accent: mat-palette($md-stukred, A200, A100, A400);
// $ng-karaoqueue-primary: mat-palette($mat-indigo);
// $ng-karaoqueue-accent: mat-palette($mat-pink, A200, A100, A400);
// The warn palette is optional (defaults to red).
$ng-karaoqueue-warn: mat-palette($mat-red);