added .control-sidebar-push-slide

pull/2197/head
REJack 5 years ago
parent c4c082c4ac
commit e4970b6c30
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

@ -29,7 +29,7 @@ html.control-sidebar-animate {
} }
} }
.control-sidebar-push { .control-sidebar-push-slide {
.content-wrapper, .content-wrapper,
.main-footer { .main-footer {
@include transition(margin-right $transition-speed $transition-fn); @include transition(margin-right $transition-speed $transition-fn);
@ -48,7 +48,8 @@ html.control-sidebar-animate {
} }
} }
&.control-sidebar-push { &.control-sidebar-push,
&.control-sidebar-push-slide {
.content-wrapper, .content-wrapper,
.main-footer { .main-footer {
margin-right: $control-sidebar-width; margin-right: $control-sidebar-width;
@ -78,7 +79,8 @@ html.control-sidebar-animate {
} }
} }
&.control-sidebar-push { &.control-sidebar-push,
&.control-sidebar-push-slide {
.content-wrapper, .content-wrapper,
.main-footer { .main-footer {
margin-right: $control-sidebar-width; margin-right: $control-sidebar-width;

Loading…
Cancel
Save