ngx-admin/src/app/@theme/styles/_components.scss

12 lines
418 B
SCSS
Raw Normal View History

2017-04-28 15:14:05 +03:00
@import '../components/header/header.component.theme';
@import '../components/search-input/search-input.component.theme';
2017-04-28 15:14:05 +03:00
@import '../components/footer/footer.component.theme';
2017-04-18 20:29:57 +03:00
2017-04-28 15:11:22 +03:00
// TODO: probably move this file into the components folder?
@mixin custom-components-theme($theme-name) {
@include base-header-theme($theme-name);
@include base-footer-theme($theme-name);
@include search-input-theme($theme-name);
}