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 {
@include media-breakpoint-up(md) {
.control-sidebar {
display: block;
.control-sidebar {
display: block;
&,
&::before {
right: 0;
}
}
&.control-sidebar-push,
&.control-sidebar-push-slide {
.content-wrapper,
.main-footer {
margin-right: $control-sidebar-width;
}
&,
&::before {
right: 0;
}
}
@include media-breakpoint-down(md) {
.control-sidebar {
&,
&::before {
right: 0;
}
&.control-sidebar-push,
&.control-sidebar-push-slide {
.content-wrapper,
.main-footer {
margin-right: $control-sidebar-width;
}
}
}