mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* First steps * Every package have separate entry points for styling mixins * Moving to config dir, and using it in demo shell * Remove webpack config include path magic from activiti-form package * Fixing all the webpack common configs and using relative paths in the prebuilt themes * Datatable header fix * Update documentation
16 lines
614 B
SCSS
16 lines
614 B
SCSS
@import '../src/components/comment-list.component';
|
|
@import '../src/components/start-task.component';
|
|
@import '../src/components/people-search.component';
|
|
@import '../src/components/people.component';
|
|
@import '../src/components/task-filters.component';
|
|
@import '../src/components/task-header.component';
|
|
|
|
@mixin alfresco-activity-tasklist-theme($theme) {
|
|
@include mat-comment-list-theme($theme);
|
|
@include mat-start-task-theme($theme);
|
|
@include mat-people-search-theme($theme);
|
|
@include mat-people-theme($theme);
|
|
@include mat-filters-task-theme($theme);
|
|
@include mat-header-theme($theme);
|
|
}
|