mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-30 15:55:48 +00:00
19 lines
223 B
Plaintext
19 lines
223 B
Plaintext
|
|
.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;
|
|
}
|
|
}
|