mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Simplify CSS code
This commit is contained in:
parent
f85e7b5dec
commit
bc74ca34d3
19 changed files with 204 additions and 519 deletions
|
|
@ -35,7 +35,7 @@
|
|||
padding:20px;
|
||||
width: 100%;
|
||||
|
||||
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