2019-08-24 09:17:55 -04:00
|
|
|
@import '../node_modules/@angular/material/theming';
|
|
|
|
|
|
|
|
@include mat-core();
|
|
|
|
|
2019-08-24 10:09:50 -04:00
|
|
|
$custom-theme-primary: mat-palette($mat-blue, 600);
|
|
|
|
$custom-theme-accent: mat-palette($mat-red, 600);
|
2019-08-24 09:17:55 -04:00
|
|
|
$custom-theme-warn: mat-palette($mat-orange, 600);
|
|
|
|
|
|
|
|
$custom-theme: mat-light-theme($custom-theme-primary, $custom-theme-accent, $custom-theme-warn);
|
|
|
|
|
|
|
|
@include angular-material-theme($custom-theme);
|