mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 08:11:41 +02:00
Switch to SCSS
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user