mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Simplify CSS code
This commit is contained in:
parent
f85e7b5dec
commit
bc74ca34d3
19 changed files with 204 additions and 519 deletions
|
|
@ -39,7 +39,7 @@
|
|||
height: calc(100% - 50px - @rlLowMargin);
|
||||
margin: 50px @rlLowMargin 0 0;
|
||||
|
||||
background-color: var(--settings-bg-clr, #fff);
|
||||
background-color: var(--panel-bg-clr, #fff);
|
||||
border: 1px solid var(--border-color, #aaa);
|
||||
border-radius: var(--border-radius, 5px);
|
||||
box-shadow: var(--smMainShadow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue