mirror of https://github.com/ColorlibHQ/AdminLTE
removed breakpoint from control-sidebar
parent
f93b3fea4d
commit
b2139077f5
|
@ -39,7 +39,6 @@ html.control-sidebar-animate {
|
|||
|
||||
// Control sidebar open state
|
||||
.control-sidebar-open {
|
||||
@include media-breakpoint-up(md) {
|
||||
.control-sidebar {
|
||||
display: block;
|
||||
|
||||
|
@ -58,16 +57,6 @@ html.control-sidebar-animate {
|
|||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
.control-sidebar {
|
||||
&,
|
||||
&::before {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Control sidebar slide over content state
|
||||
.control-sidebar-slide-open {
|
||||
.control-sidebar {
|
||||
|
|
Loading…
Reference in New Issue