mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +08:00
12 lines
183 B
Text
12 lines
183 B
Text
|
|
@rlLeftWidth: 200px;
|
|
@rlLowMargin: 8px;
|
|
|
|
:root {
|
|
--smDialogShrink: 20px;
|
|
--smMainShadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.rl-mobile {
|
|
/* For Firefox */
|
|
--smDialogShrink: 25px;
|
|
}
|