mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
Add material theme for material landing page
This commit is contained in:
parent
a962c248a5
commit
64d6a5a23d
4 changed files with 49 additions and 5 deletions
|
|
@ -37,7 +37,7 @@
|
|||
::ng-deep nb-layout-header {
|
||||
box-shadow: nb-theme(shadow-default);
|
||||
background: nb-theme(header-bg);
|
||||
nav {
|
||||
ngx-landing-header {
|
||||
max-width: calc(#{$content-width} - 8.125rem * 2);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
@ -48,9 +48,9 @@
|
|||
background-color: nb-theme(color-white);
|
||||
box-shadow: nb-theme(shadow-default);
|
||||
|
||||
nav {
|
||||
ngx-landing-footer {
|
||||
max-width: $content-width;
|
||||
width: 100%;
|
||||
justify-content: space-evenly;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue