mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
chore(docs): update header link (#5910)
This commit is contained in:
parent
e911ec56ba
commit
f26c20fef0
6 changed files with 92 additions and 4 deletions
|
|
@ -12,10 +12,6 @@
|
|||
<nb-menu [items]="headerMenu"></nb-menu>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
<a target="_blank" href="https://uibakery.io/?utm_source=akveogithub&utm_medium=header&utm_campaign=ngxadmin"
|
||||
fragment="backend-bundles" class="backend-bundles eva-parent-hover">
|
||||
<span>Build admin panels faster than ever</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="section right">
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue