[ADF-1238] Removed mdl from alfresco search component (#2309)

* [ADF-1328] removed mdl from adf search

* [ADF-11328] removed mdl from search added theme style

* Fix failing tests

* Fix the last bit of stylings
This commit is contained in:
Vito
2017-09-11 03:42:01 -07:00
committed by Denys Vuika
parent 1cf2db48ac
commit 2fc9b63f5c
23 changed files with 2544 additions and 2118 deletions

View File

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