mirror of https://github.com/ColorlibHQ/AdminLTE
Removed extra transition function
parent
c8328e944c
commit
776aa33cb8
|
@ -45,8 +45,9 @@ body {
|
|||
.content-wrapper,
|
||||
.right-side,
|
||||
.main-footer {
|
||||
.transition-transform(@transition-speed @transition-fn);
|
||||
.transition(margin-left @transition-speed @transition-fn);
|
||||
@transition-rule: @transition-speed @transition-fn,
|
||||
margin-left @transition-speed @transition-fn;
|
||||
.transition-transform(@transition-rule);
|
||||
margin-left: @sidebar-width;
|
||||
z-index: 820;
|
||||
//Top nav layout
|
||||
|
|
Loading…
Reference in New Issue