snappymail/dev/Styles/Cmd.less

19 lines
223 B
Text
Raw Normal View History

2016-07-08 07:22:58 +08:00
.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;
}
}