mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add new login animation
This commit is contained in:
parent
d8903c0680
commit
70be42bbaf
9 changed files with 97 additions and 33 deletions
|
|
@ -64,6 +64,16 @@
|
|||
.thm-linear-gradient-mixin(@login-gradient-start, @login-gradient-end);
|
||||
.thm-border-radius(@login-border-radius);
|
||||
.thm-box-shadow(@login-box-shadow);
|
||||
|
||||
&.submitting-pane.submitting {
|
||||
&:before{
|
||||
background: @spinner-background;
|
||||
.thm-border-radius(@login-border-radius);
|
||||
}
|
||||
&:after{
|
||||
border-top-color: @spinner-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.thm-login-text {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
@powered-color: #333;
|
||||
@languages-color: #333;
|
||||
|
||||
@spinner-background: rgba(0,0,0,.3);
|
||||
@spinner-color: #fff;
|
||||
|
||||
// MENU
|
||||
@dropdown-menu-color: #333;
|
||||
@dropdown-menu-background-color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue