mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Code refactoring
This commit is contained in:
parent
79233ad83c
commit
286ab567af
53 changed files with 618 additions and 581 deletions
|
|
@ -18,12 +18,12 @@
|
|||
}
|
||||
|
||||
html.rl-started-trigger.no-mobile .b-login-content .loginFormWrapper {
|
||||
transform: translateY(-30px);
|
||||
transform: translateY(-20px);
|
||||
}
|
||||
|
||||
html.rl-started-trigger.no-mobile #rl-content {
|
||||
/*html.rl-started-trigger.no-mobile #rl-content {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}*/
|
||||
|
||||
#rl-loading {
|
||||
.transition(opacity 0.5s linear);
|
||||
|
|
@ -50,9 +50,9 @@ html.rl-started-trigger.no-mobile #rl-content {
|
|||
}
|
||||
}
|
||||
|
||||
&.csstransitions.no-mobile #rl-content {
|
||||
/* &.csstransitions.no-mobile #rl-content {
|
||||
.transition(opacity 0.3s ease-out);
|
||||
}
|
||||
}*/
|
||||
|
||||
&.csstransitions.no-mobile .b-login-content .loginFormWrapper {
|
||||
.transition(all 0.3s ease-out);
|
||||
|
|
@ -103,8 +103,8 @@ html.rl-started-trigger.no-mobile #rl-content {
|
|||
|
||||
&.csstransitions .modal.fade {
|
||||
|
||||
.transition(all 0.2s ease-out);
|
||||
transform: translateY(-20px);
|
||||
.transition(all 200ms ease-out);
|
||||
transform: scale(.9);
|
||||
|
||||
&.in {
|
||||
transform: none;
|
||||
|
|
|
|||
|
|
@ -237,7 +237,8 @@ html.no-rgba .modal {
|
|||
}
|
||||
|
||||
.modal-backdrop, .modal-backdrop.fade.in {
|
||||
.opacity(10);
|
||||
.opacity(20);
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.popups {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue