mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 15:26:09 +00:00
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
|
|
@rlLeftWidth: 200px;
|
|
@rlLowMargin: 8px;
|
|
|
|
:root {
|
|
--smDialogShrink: 20px;
|
|
--smMainShadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.rl-mobile {
|
|
/* For Firefox */
|
|
--smDialogShrink: 25px;
|
|
}
|