mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small fixes
This commit is contained in:
parent
86295f6e5b
commit
2ac2168477
33 changed files with 51 additions and 35 deletions
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
@keyframes bounce-me {
|
||||
0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); }
|
||||
0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1); }
|
||||
}
|
||||
|
||||
@keyframes textLoadingAnimationKeyFrame {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue