#6797: Fix new sidenav styles
This commit is contained in:
parent
007d660ce1
commit
7aa89c2e73
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -292,12 +292,16 @@ $transition-100ms-ease-in-out: all 0.1s ease-in-out;
|
|||
color: var(--nbx-sidenav-pin-color);
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
@include media-breakpoint-up(xl) {
|
||||
+ .content-container {
|
||||
margin-left: $sidenav-width-open;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include sidenav-peek() {
|
||||
.sidenav-toggle-icon {
|
||||
transform: rotate(0deg);
|
||||
// transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -321,12 +325,6 @@ $transition-100ms-ease-in-out: all 0.1s ease-in-out;
|
|||
@include media-breakpoint-down(lg) {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
+ .content-container {
|
||||
margin-left: $sidenav-width-open;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include sidenav-closed() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue