mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
es5 -> es2015 (last stage)
Signature plugin fixes Add view decorator A large number of fixes
This commit is contained in:
parent
e88c193334
commit
17669b7be0
153 changed files with 21193 additions and 21115 deletions
|
|
@ -45,10 +45,10 @@ html.no-css .thm-body {
|
|||
html.no-css .thm-loading {
|
||||
color: #333 !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.e-spinner .e-bounce {
|
||||
display: none !important;
|
||||
}
|
||||
html.no-css .thm-loading .e-spinner .e-bounce {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
html.no-css .thm-login-desc .desc {
|
||||
|
|
|
|||
|
|
@ -73,6 +73,15 @@ html {
|
|||
|
||||
html.rl-anim {
|
||||
|
||||
.rl-animated-visible {
|
||||
opacity: 1;
|
||||
.transition(opacity 0.5s linear);
|
||||
|
||||
&.rl-animated-hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.cssanimations.csstransitions.no-mobile .b-login-content .errorAnimated {
|
||||
animation: login-form-shake 400ms ease-in-out;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,3 +93,10 @@ svg-icon {
|
|||
.btn .btn-text {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.active-scale-transition {
|
||||
transition: transform .2s;
|
||||
&:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue