mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-02 11:50:17 +01:00
refactor(app): make a bit more neat structure
This commit is contained in:
parent
91c780c256
commit
44f2f562a9
20 changed files with 24 additions and 17 deletions
|
|
@ -1,9 +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';
|
||||
@import '../components/base-header/base-header.component.theme';
|
||||
@import '../components/search-input/search-input.component.theme';
|
||||
@import '../components/base-footer/base-footer.component.theme';
|
||||
|
||||
@mixin custom-components-theme() {
|
||||
@include base-header-theme();
|
||||
@include base-footer-theme();
|
||||
@include search-input-theme();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue