mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix minor theming issues (#2294)
This commit is contained in:
committed by
Mario Romano
parent
a11fb3afb9
commit
7ba63d7182
@@ -1,9 +1,11 @@
|
||||
@import '../src/components/breadcrumb/breadcrumb.component';
|
||||
@import '../src/components/breadcrumb/dropdown-breadcrumb.component';
|
||||
@import '../src/components/content-node-selector/content-node-selector.component';
|
||||
@import '../src/components/document-list.component';
|
||||
|
||||
@mixin alfresco-documentlist-theme($theme) {
|
||||
@include mat-breadcrumb-theme($theme);
|
||||
@include mat-breadcrumb-dropdown-theme($theme);
|
||||
@include mat-content-node-selector-theme($theme) ;
|
||||
@include mat-document-list-theme($theme) ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user