mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
added comments
This commit is contained in:
parent
e243e2ad1b
commit
50535b4f97
@ -1,3 +1,4 @@
|
|||||||
|
// Alter width size of navigation and page content
|
||||||
body {
|
body {
|
||||||
&[data-sidenav-hidden] {
|
&[data-sidenav-hidden] {
|
||||||
.navbar-vertical.navbar-expand-lg {
|
.navbar-vertical.navbar-expand-lg {
|
||||||
@ -26,7 +27,7 @@ body {
|
|||||||
|
|
||||||
transition: ease-in-out 100ms;
|
transition: ease-in-out 100ms;
|
||||||
|
|
||||||
// Overrides default side nav settings
|
// Allows header to sit on top of side nav
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
padding-top: 56px;
|
padding-top: 56px;
|
||||||
z-index: 1020;
|
z-index: 1020;
|
||||||
@ -46,6 +47,7 @@ body {
|
|||||||
.text-secondary {
|
.text-secondary {
|
||||||
color: $dark-teal!important;
|
color: $dark-teal!important;
|
||||||
|
|
||||||
|
// Aligns icon and text with the menu toggle and logo
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
padding-left: 1.25rem !important;
|
padding-left: 1.25rem !important;
|
||||||
}
|
}
|
||||||
@ -120,6 +122,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Styling for the side nav toggle button
|
||||||
.collapse-menu-toggle {
|
.collapse-menu-toggle {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user