Code refactoring (3) (es5 -> es2015)

This commit is contained in:
RainLoop Team 2016-07-08 02:22:58 +03:00
parent 739ed215ea
commit e49f3c6692
11 changed files with 619 additions and 571 deletions

18
dev/Styles/Cmd.less Normal file
View file

@ -0,0 +1,18 @@
.rl-cmd {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: auto;
height: 0;
background: rgba(0, 0, 0, .8);
border-top: 1px solid #000;
.transition(height 0.1s ease-out);
&.opened {
height: 200px;
}
}