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
|
|
@ -2408,4 +2408,26 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
||||||
color: var(--msgflag-\\flagged-color);
|
color: var(--msgflag-\\flagged-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* #endregion */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Keyframes
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* #region keyframes */
|
||||||
|
|
||||||
|
@keyframes highlight-folder-row {
|
||||||
|
0% {
|
||||||
|
transform: scale(1)
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
transform: scale(.95)
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
transform: scale(1)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
Loading…
Add table
Add a link
Reference in a new issue