mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
|
|
@rlLeftWidth: 200px;
|
|
@rlLowMargin: 8px;
|
|
@rlBottomMargin: 5px;
|
|
|
|
:root {
|
|
--rlLeftWidth: 200px;
|
|
--smDialogShrink: 20px;
|
|
--smMainShadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.rl-mobile {
|
|
/* For Firefox */
|
|
--smDialogShrink: 50px;
|
|
}
|