added .control-sidebar-push-slide

This commit is contained in:
REJack
2019-08-13 14:37:16 +02:00
parent c4c082c4ac
commit e4970b6c30

View File

@@ -29,7 +29,7 @@ html.control-sidebar-animate {
}
}
.control-sidebar-push {
.control-sidebar-push-slide {
.content-wrapper,
.main-footer {
@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,
.main-footer {
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,
.main-footer {
margin-right: $control-sidebar-width;