Add login background animation

This commit is contained in:
RainLoop Team 2016-10-18 22:49:54 +03:00
parent 6f6ded7352
commit 52018b40e8
3 changed files with 38 additions and 4 deletions

View file

@ -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 {