mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
create single scss pack and script
remove unnecessary file from pack fix problem dev change style fix theme picker
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@import './app/components/app-layout/app-layout.component.scss';
|
||||
|
||||
@import '~@alfresco/adf-content-services/styles/index';
|
||||
@import '~@alfresco/adf-process-services/styles/index';
|
||||
@import '~@alfresco/adf-insights/styles/index';
|
||||
@import '~@alfresco/adf-core/styles/index';
|
||||
@import '~@alfresco/adf-content-services';
|
||||
@import '~@alfresco/adf-process-services';
|
||||
@import '~@alfresco/adf-insights';
|
||||
@import '~@alfresco/adf-core';
|
||||
|
||||
@import '~@angular/material/theming';
|
||||
|
||||
@@ -15,7 +15,6 @@ $warn: mat-palette($alfresco-warn);
|
||||
$theme: mat-light-theme($primary, $accent, $warn);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
|
||||
@include adf-app-layout-theme($theme);
|
||||
|
||||
@include adf-content-services-theme($theme);
|
||||
|
Reference in New Issue
Block a user