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