mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-25 01:14:06 +01:00
refactor(app): styles refactor
This commit is contained in:
parent
44f2f562a9
commit
afc24fe88f
16 changed files with 47 additions and 43 deletions
|
|
@ -2,8 +2,10 @@
|
|||
@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();
|
||||
// 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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue