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
|
|
@ -45,7 +45,7 @@
|
|||
padding-top: 50px;
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
color: #666;
|
||||
opacity: 0.5;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
|
|
@ -131,18 +131,20 @@
|
|||
top: 5px;
|
||||
bottom: 5px;
|
||||
|
||||
border: 2px #777 dashed;
|
||||
border: 2px var(--border-color, #ddd) dashed;
|
||||
z-index: 300;
|
||||
|
||||
line-height: 119px;
|
||||
text-align: center;
|
||||
background-color: #efefef;
|
||||
background-color: var(--dialog-bg-clr, #fff);
|
||||
font-size: 24px;
|
||||
|
||||
border-radius: 10px;
|
||||
|
||||
opacity: 0.9;
|
||||
&.dragAndDropOver {
|
||||
background-color: #fff;
|
||||
border-color: var(--main-color, #fff);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue