chore(docs): update header styles

This commit is contained in:
katebatura 2021-12-03 13:00:57 +03:00
parent b9640ffeeb
commit 6ac640aa3a

View file

@ -8,6 +8,7 @@
@import '~@nebular/theme/styles/global/breakpoints';
@include nb-install-component() {
$left-section-width: nb-theme(sidebar-width);
$right-section-width: nb-theme(settings-col-width);
$logo-fg: nb-theme(header-text-color);
@ -171,6 +172,7 @@
}
@include media-breakpoint-up(lg) {
::ng-deep nb-menu .menu-items {
justify-content: flex-start;
@ -184,6 +186,7 @@
}
@include media-breakpoint-up(xl) {
margin-left: 6% !important;
.sidebar-toggle {
display: none;
}