mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Add login background animation
This commit is contained in:
parent
6f6ded7352
commit
52018b40e8
3 changed files with 38 additions and 4 deletions
|
|
@ -2,10 +2,10 @@
|
|||
#rl-bg {
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
left: -0;
|
||||
right: -25px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
bottom: -25px;
|
||||
}
|
||||
|
||||
#rl-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue