mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Improve highlight folder row keyframe
This commit is contained in:
parent
d197636eda
commit
92098cb60f
1 changed files with 22 additions and 0 deletions
|
|
@ -2409,3 +2409,25 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
|||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/*
|
||||
* Keyframes
|
||||
*/
|
||||
|
||||
/* #region keyframes */
|
||||
|
||||
@keyframes highlight-folder-row {
|
||||
0% {
|
||||
transform: scale(1)
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: scale(.95)
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1)
|
||||
}
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
Loading…
Add table
Add a link
Reference in a new issue