UI scss
This commit is contained in:
parent
ebdc3c6a13
commit
c9d450e5c3
@ -5,7 +5,7 @@
|
|||||||
@import '~@angular/material/theming';
|
@import '~@angular/material/theming';
|
||||||
/**-- $primary: mat-palette($mat-deep-purple); --*/
|
/**-- $primary: mat-palette($mat-deep-purple); --*/
|
||||||
$primary: mat-palette($mat-red);
|
$primary: mat-palette($mat-red);
|
||||||
$accent: mat-palette($mat-amber, A200, A100, A400);
|
$accent: mat-palette($mat-blue,900);
|
||||||
$warn: mat-palette($mat-red);
|
$warn: mat-palette($mat-red);
|
||||||
$theme: mat-light-theme($primary, $accent, $warn);
|
$theme: mat-light-theme($primary, $accent, $warn);
|
||||||
$background: map-get($theme, background);
|
$background: map-get($theme, background);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user