mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
fix(header): header responsive
This commit is contained in:
parent
4a752483c0
commit
b31859e370
2 changed files with 21 additions and 2 deletions
|
|
@ -43,6 +43,12 @@
|
|||
.navigation {
|
||||
padding-right: nb-theme(padding);
|
||||
font-size: 2.5rem;
|
||||
text-decoration: none;
|
||||
|
||||
i {
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
@ -153,9 +159,18 @@
|
|||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
|
||||
nb-action:not(.toggle-layout) {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.control-item {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.toggle-layout {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
|
|
@ -182,6 +197,10 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
nb-action:not(.toggle-layout) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue