mirror of https://github.com/ColorlibHQ/AdminLTE
fixed doubled offcanvas menu in boxed layout
parent
29c9568b69
commit
0e9bc9bca4
|
@ -70,8 +70,7 @@
|
|||
}
|
||||
|
||||
// Background
|
||||
&,
|
||||
&::before {
|
||||
& {
|
||||
background: $sidebar-dark-bg;
|
||||
}
|
||||
|
||||
|
@ -140,8 +139,7 @@
|
|||
color: lighten($sidebar-light-color, 10%);
|
||||
|
||||
// Background
|
||||
&,
|
||||
&::before {
|
||||
& {
|
||||
background: $sidebar-light-bg;
|
||||
border-left: 1px solid $gray-500;
|
||||
}
|
||||
|
|
|
@ -11701,7 +11701,7 @@ body,
|
|||
color: #C2C7D0;
|
||||
}
|
||||
|
||||
.control-sidebar-dark, .control-sidebar-dark::before {
|
||||
.control-sidebar-dark {
|
||||
background: #343a40;
|
||||
}
|
||||
|
||||
|
@ -11759,7 +11759,7 @@ body,
|
|||
color: #4b545c;
|
||||
}
|
||||
|
||||
.control-sidebar-light, .control-sidebar-light::before {
|
||||
.control-sidebar-light {
|
||||
background: #ffffff;
|
||||
border-left: 1px solid #adb5bd;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue