fix userinfo on mobile devices and small refactoring name scss method (#2558)

This commit is contained in:
Eugenio Romano
2017-10-26 22:52:37 +01:00
committed by GitHub
parent 90403bab32
commit 1fd45ba1bd
52 changed files with 152 additions and 98 deletions

View File

@@ -2,6 +2,6 @@
@import '../src/components/search-control.component';
@mixin alfresco-search-theme($theme) {
@include mat-search-control-theme($theme);
@include mat-search-autocomplete-theme($theme);
@include adf-search-control-theme($theme);
@include adf-search-autocomplete-theme($theme);
}