mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +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
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
.descWrapper {
|
||||
color: var(--loading-color, #000);
|
||||
font-size: 30px;
|
||||
font-size: 214%;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
text-shadow: var(--loading-text-shadow);
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
|
||||
input {
|
||||
font-size: 18px;
|
||||
font-size: 128%;
|
||||
height: 40px;
|
||||
padding-right: 30px;
|
||||
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
.controls > .fontastic:first-child {
|
||||
position: absolute;
|
||||
font-size: 17px;
|
||||
font-size: 121%;
|
||||
line-height: 38px;
|
||||
left: 6px;
|
||||
}
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
.btn {
|
||||
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
font-size: 90%;
|
||||
|
||||
&:hover, &:active {
|
||||
border-color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue