mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-30 19:41:46 +08:00
17 lines
280 B
Text
17 lines
280 B
Text
|
|
@rlLeftWidth: 200px;
|
|
@rlLowMargin: 8px;
|
|
|
|
/* mobile and tablet */
|
|
@maxMobileWidth: 799px;
|
|
|
|
:root {
|
|
--smDialogShrink: 20px;
|
|
--smMainShadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* For Firefox */
|
|
@media screen and (max-width: @maxMobileWidth) {
|
|
:root {
|
|
--smDialogShrink: 25px;
|
|
}
|
|
}
|