Files
alfresco-ng2-components/ng2-components/ng2-alfresco-core/styles/_theming.scss
Eugenio Romano a083c88a89 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 10:20:35 +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);