mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [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
8 lines
254 B
SCSS
8 lines
254 B
SCSS
@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);
|
|
}
|