mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +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 @@
|
|||
}
|
||||
|
||||
.iconBG {
|
||||
font-size: 18px;
|
||||
font-size: 128%;
|
||||
font-weight: bold;
|
||||
line-height: 55px;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
|
||||
|
|
@ -78,13 +78,13 @@
|
|||
}
|
||||
|
||||
.attachmentSize {
|
||||
font-size: 12px;
|
||||
font-size: 85%;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.iconMain, .iconPreview {
|
||||
padding: 6px 0 0;
|
||||
font-size: 36px;
|
||||
font-size: 257%;
|
||||
color: var(--main-color);
|
||||
filter: invert(33%);
|
||||
mix-blend-mode: difference;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue