fix process service theming people comments tasks fixed border and background color issues (#2986)

This commit is contained in:
Eugenio Romano
2018-02-23 10:41:37 +00:00
committed by GitHub
parent 7f63b76d37
commit a5eeeb4941
12 changed files with 117 additions and 108 deletions

View File

@@ -2,6 +2,8 @@
@import '../attachment/process-attachment-list.component';
@import '../attachment/task-attachment-list.component';
@import '../comments/comment-list.component';
@import '../comments/comments.component';
@import '../comments/process-comments.component';
@import '../people/people.module';
@import '../task-list/components/start-task.component';
@import '../task-list/components/task-filters.component';
@@ -11,6 +13,8 @@
@mixin adf-process-services-theme($theme) {
@include adf-process-filters-theme($theme);
@include adf-task-list-comment-list-theme($theme);
@include adf-task-list-comment-theme($theme);
@include adf-process-comment-theme($theme);
@include adf-task-list-start-task-theme($theme);
@include adf-people-module-theme($theme);
@include adf-task-list-filters-task-theme($theme);