mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
13 lines
355 B
SCSS
13 lines
355 B
SCSS
@import '../theming';
|
|
@import './all-theme';
|
|
|
|
@include mat-core($alfresco-typography);
|
|
|
|
$primary: mat-palette($alfresco-ecm-cyan);
|
|
$accent: mat-palette($alfresco-accent-orange);
|
|
$warn: mat-palette($alfresco-warn);
|
|
$theme: mat-light-theme($primary, $accent, $warn);
|
|
|
|
@include angular-material-theme($theme);
|
|
@include alfresco-material-theme($theme);
|