2017-09-05 15:16:41 +01:00

14 lines
372 B
SCSS

@import '~@angular/material/theming';
@import 'colors';
@import 'all-theme';
@include mat-core();
$primary: mat-palette($alfresco-accent-orange);
$accent: mat-palette($alfresco-accent-purple);
$warn: mat-palette($alfresco-warn);
$theme: mat-light-theme($primary, $accent, $warn);
@include angular-material-theme($theme);
@include alfresco-material-theme($theme);