This commit is contained in:
Eugenio Romano
2018-03-21 02:12:15 +00:00
parent 2761626f55
commit 18a5106b86
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
@import './app/components/app-layout/app-layout.component.scss';
@import '~@alfresco/adf-content-services/theming';
@import '~@alfresco/adf-process-services/theming';
@import '~@alfresco/adf-insights/theming';
@import '~@alfresco/adf-core/theming';
@@ -17,6 +18,7 @@ $theme: mat-light-theme($primary, $accent, $warn);
@include adf-app-layout-theme($theme);
@include adf-content-services-theme($theme);
@include adf-process-services-theme($theme);
@include adf-insights-theme($theme);
@include adf-core-theme($theme);