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,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 {