mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
All CSS font-size to % instead of px
This commit is contained in:
parent
c1c851c238
commit
c3f7827683
21 changed files with 52 additions and 52 deletions
|
|
@ -52,7 +52,7 @@
|
|||
.no-attachments-desc {
|
||||
padding-top: 50px;
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
opacity: 0.5;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
.close, .minimize-custom {
|
||||
border-color: #eee;
|
||||
float: none;
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
opacity: 1;
|
||||
line-height: 28px;
|
||||
margin-left: .7em;
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
line-height: 119px;
|
||||
text-align: center;
|
||||
background-color: var(--dialog-bg-clr, #fff);
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
|
||||
border-radius: 10px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue