removed breakpoint from control-sidebar

pull/2256/head
REJack 2019-09-03 12:06:13 +02:00
parent f93b3fea4d
commit b2139077f5
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 10 additions and 21 deletions

View File

@ -39,31 +39,20 @@ html.control-sidebar-animate {
// Control sidebar open state // Control sidebar open state
.control-sidebar-open { .control-sidebar-open {
@include media-breakpoint-up(md) { .control-sidebar {
.control-sidebar { display: block;
display: block;
&, &,
&::before { &::before {
right: 0; right: 0;
}
}
&.control-sidebar-push,
&.control-sidebar-push-slide {
.content-wrapper,
.main-footer {
margin-right: $control-sidebar-width;
}
} }
} }
@include media-breakpoint-down(md) { &.control-sidebar-push,
.control-sidebar { &.control-sidebar-push-slide {
&, .content-wrapper,
&::before { .main-footer {
right: 0; margin-right: $control-sidebar-width;
}
} }
} }
} }