mirror of https://github.com/ColorlibHQ/AdminLTE
Added comments
parent
2b2b706438
commit
7c7cc5768a
|
@ -45,6 +45,7 @@ body {
|
|||
.content-wrapper,
|
||||
.right-side,
|
||||
.main-footer {
|
||||
//Using disposable variable to join statements with a comma
|
||||
@transition-rule: @transition-speed @transition-fn,
|
||||
margin-left @transition-speed @transition-fn;
|
||||
.transition-transform(@transition-rule);
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
min-height: 100%;
|
||||
width: @sidebar-width;
|
||||
z-index: 810;
|
||||
//Using disposable variable to join statements with a comma
|
||||
@transition-rule: @transition-speed @transition-fn,
|
||||
width @transition-speed @transition-fn;
|
||||
.transition-transform(@transition-rule);
|
||||
|
|
Loading…
Reference in New Issue