mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 04:56:29 -06:00
#6797: Fix new sidenav styles
This commit is contained in:
parent
007d660ce1
commit
7aa89c2e73
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
@ -292,12 +292,16 @@ $transition-100ms-ease-in-out: all 0.1s ease-in-out;
|
|||||||
color: var(--nbx-sidenav-pin-color);
|
color: var(--nbx-sidenav-pin-color);
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
|
@include media-breakpoint-up(xl) {
|
||||||
|
+ .content-container {
|
||||||
|
margin-left: $sidenav-width-open;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include sidenav-peek() {
|
@include sidenav-peek() {
|
||||||
.sidenav-toggle-icon {
|
.sidenav-toggle-icon {
|
||||||
transform: rotate(0deg);
|
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) {
|
@include media-breakpoint-down(lg) {
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(xl) {
|
|
||||||
+ .content-container {
|
|
||||||
margin-left: $sidenav-width-open;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include sidenav-closed() {
|
@include sidenav-closed() {
|
||||||
|
Loading…
Reference in New Issue
Block a user