fixed doubled offcanvas menu in boxed layout

pull/2153/head
REJack 2019-07-08 14:16:19 +02:00
parent 29c9568b69
commit 0e9bc9bca4
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 7 additions and 9 deletions

View File

@ -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;
}

View File

@ -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