Add new login animation

This commit is contained in:
RainLoop Team 2016-06-23 01:26:54 +03:00
parent d8903c0680
commit 70be42bbaf
9 changed files with 97 additions and 33 deletions

View file

@ -0,0 +1,3 @@
@spinner-background: rgba(255,255,255,.5);
@spinner-color: #666;

View file

@ -0,0 +1,3 @@
@spinner-background: rgba(255,255,255,.5);
@spinner-color: #666;

View file

@ -15,6 +15,8 @@
@login-border: none;
@login-border-radius: 7px;
@spinner-background: rgba(0,0,0,.2);
// MENU
@dropdown-menu-color: #333;
@dropdown-menu-background-color: #fff;

View file

@ -15,6 +15,9 @@
@login-border: none;
@login-border-radius: 7px;
@spinner-background: rgba(255,255,255,.5);
@spinner-color: #666;
// MENU
@dropdown-menu-color: #333;
@dropdown-menu-background-color: #fff;