mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 04:08:50 +01:00
11 lines
418 B
SCSS
11 lines
418 B
SCSS
@import '../components/header/header.component.theme';
|
|
@import '../components/search-input/search-input.component.theme';
|
|
@import '../components/footer/footer.component.theme';
|
|
|
|
// 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);
|
|
}
|