mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
14 lines
626 B
SCSS
14 lines
626 B
SCSS
@import './components/people-search/people-search.component';
|
|
@import './components/people-search-field/people-search-field.component';
|
|
@import './components/people/people.component';
|
|
@import './components/people-selector/people-selector.component';
|
|
@import './components/people-list/people-list.component';
|
|
|
|
@mixin adf-people-module-theme($theme) {
|
|
@include adf-task-list-people-selector-theme($theme);
|
|
@include adf-task-list-people-search-theme($theme);
|
|
@include adf-task-list-people-search-field-theme($theme);
|
|
@include adf-task-list-people-theme($theme);
|
|
@include adf-task-people-list-theme($theme);
|
|
}
|