mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Resolve #918
This commit is contained in:
parent
cb7a1fe30e
commit
e8669a20bb
7 changed files with 8 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
--main-color: #333;
|
||||
--main-bg-color: #48525C;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--main-bg-size: cover;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #fff;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
--main-color: #333;
|
||||
--main-bg-color: #B3274E;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--main-bg-size: cover;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #fff;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
--main-color: #fff;
|
||||
--main-bg-color: #48525C;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--main-bg-size: cover;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #ddd;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
--main-color: #333;
|
||||
--main-bg-color: #48525C;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--main-bg-size: cover;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #fff;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
--main-color: #fff;
|
||||
--main-bg-color: #48525C;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--main-bg-size: cover;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #ddd;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
--main-color: #333;
|
||||
--main-bg-color: #010101;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--main-bg-size: cover;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #fff;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
|
||||
/* MAIN */
|
||||
--main-color: #333;
|
||||
--main-bg-color: #e3e3e3;
|
||||
|
|
@ -103,6 +105,3 @@
|
|||
--smDialogShrink: 20px;
|
||||
--smMainShadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.rl-mobile {
|
||||
--smDialogShrink: 50px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue