mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-27 04:38:49 +01:00
9 lines
314 B
SCSS
9 lines
314 B
SCSS
|
|
@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();
|
||
|
|
}
|