mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +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
|
|
@ -18,7 +18,7 @@
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
font-size: 143%;
|
||||
line-height: 30px;
|
||||
background: rgba(0, 0, 0, .6);
|
||||
padding: 15px;
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
.b-message-view-desc {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
line-height: 30px;
|
||||
color: #999;
|
||||
padding: 25vh 10px 0;
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
|
||||
.subjectParent {
|
||||
display: flex;
|
||||
font-size: 18px;
|
||||
font-size: 128%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
|
||||
.loading {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
font-size: 171%;
|
||||
color: grey;
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
|
@ -392,7 +392,7 @@
|
|||
img[data-x-src]:not([src]):hover::after {
|
||||
content: attr(data-x-src);
|
||||
font-family: var(--fontSans);
|
||||
font-size: 11px;
|
||||
font-size: 80%;
|
||||
height: auto;
|
||||
transform: translate(-25%,0);
|
||||
width: fit-content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue