mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
refactor: Cleanup
This commit is contained in:
parent
009428c72f
commit
87215506fe
1 changed files with 23 additions and 23 deletions
|
|
@ -2463,33 +2463,13 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
||||||
|
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
/*
|
|
||||||
* Keyframes
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* #region keyframes */
|
|
||||||
|
|
||||||
@keyframes highlight-folder-row {
|
|
||||||
0% {
|
|
||||||
transform: scale(1)
|
|
||||||
}
|
|
||||||
|
|
||||||
50% {
|
|
||||||
transform: scale(.95)
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
transform: scale(1)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TODO: Tablet Layout
|
* Tablet Layout
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* #region (todo) tablet layout */
|
/* #region tablet layout */
|
||||||
|
|
||||||
@media screen and (min-width: 800px) and (max-width: 1024px) {
|
@media screen and (min-width: 800px) and (max-width: 1024px) {
|
||||||
#rl-app #rl-left {
|
#rl-app #rl-left {
|
||||||
|
|
@ -2511,4 +2491,24 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Keyframes
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* #region keyframes */
|
||||||
|
|
||||||
|
@keyframes highlight-folder-row {
|
||||||
|
0% {
|
||||||
|
transform: scale(1)
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
transform: scale(.95)
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
transform: scale(1)
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue