Eugenio Romano fb838c4252 Custom Material2 Style variables and theming (#2146)
* ADF theming Material2

* login style primary buttons and input

* fix color breadcrumb based on the material color
2017-08-01 11:25:32 +01:00

16 lines
361 B
SCSS

@import 'mixins';
@import 'variables';
@import 'colors';
@import 'mdl-overrides';
@import '~@angular/material/theming';
@include mat-core();
$primary: mat-palette($alfresco-primary);
$accent: mat-palette($alfresco-accent);
$warn: mat-palette($alfresco-warn);
$theme: mat-light-theme($primary, $accent, $warn);
@include angular-material-theme($theme);