alfresco-ng2-components/demo-shell/src/custom-style-dev.scss
Eugenio Romano bbe423759c create single scss pack and script
remove unnecessary file from pack
fix problem dev change style
fix theme picker
2017-11-18 11:49:23 +00:00

24 lines
722 B
SCSS

@import './app/components/app-layout/app-layout.component.scss';
@import 'content-services/styles/index';
@import 'process-services/styles/index';
@import 'insights/styles/index';
@import 'core/styles/index';
@import '~@angular/material/theming';
@include mat-core($alfresco-typography);
$primary: mat-palette($alfresco-accent-orange);
$accent: mat-palette($alfresco-accent-purple);
$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);
@include adf-process-services-theme($theme);
@include adf-insights-theme($theme);
@include adf-core-theme($theme);