mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* ADF theming Material2 * login style primary buttons and input * fix color breadcrumb based on the material color
16 lines
361 B
SCSS
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);
|