mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
chore(docs): update header styles
This commit is contained in:
parent
b9640ffeeb
commit
6ac640aa3a
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
@import '~@nebular/theme/styles/global/breakpoints';
|
@import '~@nebular/theme/styles/global/breakpoints';
|
||||||
|
|
||||||
@include nb-install-component() {
|
@include nb-install-component() {
|
||||||
|
|
||||||
$left-section-width: nb-theme(sidebar-width);
|
$left-section-width: nb-theme(sidebar-width);
|
||||||
$right-section-width: nb-theme(settings-col-width);
|
$right-section-width: nb-theme(settings-col-width);
|
||||||
$logo-fg: nb-theme(header-text-color);
|
$logo-fg: nb-theme(header-text-color);
|
||||||
|
@ -171,6 +172,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
|
|
||||||
::ng-deep nb-menu .menu-items {
|
::ng-deep nb-menu .menu-items {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
||||||
|
@ -184,6 +186,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(xl) {
|
@include media-breakpoint-up(xl) {
|
||||||
|
margin-left: 6% !important;
|
||||||
.sidebar-toggle {
|
.sidebar-toggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue