mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Code refactoring (3) (es5 -> es2015)
This commit is contained in:
parent
739ed215ea
commit
e49f3c6692
11 changed files with 619 additions and 571 deletions
18
dev/Styles/Cmd.less
Normal file
18
dev/Styles/Cmd.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue