mirror of https://github.com/ColorlibHQ/AdminLTE
added .control-sidebar-push-slide
parent
c4c082c4ac
commit
e4970b6c30
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue