feat(@theme): add base footer

This commit is contained in:
tibing 2017-04-18 20:29:57 +03:00
parent 0992b52b24
commit d9cd3c28aa
12 changed files with 67 additions and 19 deletions

View file

@ -0,0 +1,9 @@
@import '../layouts/base-header/base-header.component.theme';
@import '../search-input/search-input.component.theme';
@import '../layouts/base-footer/base-footer.component.theme';
@mixin custom-components-theme() {
@include base-header-theme();
@include base-footer-theme();
@include search-input-theme();
}