mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-11 02:44:20 +01:00
feat(@theme): add base footer
This commit is contained in:
parent
0992b52b24
commit
d9cd3c28aa
12 changed files with 67 additions and 19 deletions
9
src/app/@theme/styles/_components.scss
Normal file
9
src/app/@theme/styles/_components.scss
Normal file
|
|
@ -0,0 +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';
|
||||
|
||||
@mixin custom-components-theme() {
|
||||
@include base-header-theme();
|
||||
@include base-footer-theme();
|
||||
@include search-input-theme();
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
@import '../../layouts/base-header/base-header.component.theme';
|
||||
@import '../../search-input/search-input.component.theme';
|
||||
|
||||
@mixin custom-components-theme() {
|
||||
@include base-header-theme();
|
||||
@include search-input-theme();
|
||||
}
|
||||
|
|
@ -30,6 +30,10 @@ $nga-sidebar-width-compact: 3.45rem;
|
|||
color: $nga-color-default;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: $nga-color-secondary;
|
||||
}
|
||||
|
||||
nga-layout {
|
||||
nga-layout-header > nav {
|
||||
box-shadow: 0 4px 12px 0 rgba(33, 57, 161, 0.08);
|
||||
|
|
@ -66,6 +70,7 @@ $nga-sidebar-width-compact: 3.45rem;
|
|||
nga-layout-footer > nav {
|
||||
box-shadow: 0 4px 12px 0 rgba(33, 57, 161, 0.08);
|
||||
border: none !important;
|
||||
padding: 1.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@import '~@nga/theme/styles/themes/nga.theme.default';
|
||||
@import 'pure.components';
|
||||
@import '../components';
|
||||
@import 'pure.redefines';
|
||||
|
||||
@include nga-theme();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue