Refactor font-size values in style.scss to use relative units (em) for better scalability
This commit is contained in:
@@ -1327,47 +1327,47 @@ body>.top {
|
||||
color: $cBlack;
|
||||
|
||||
&.zoom-100 {
|
||||
font-size: 130%;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
&.zoom-90 {
|
||||
font-size: 120%;
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
&.zoom-80 {
|
||||
font-size: 110%;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
&.zoom-70 {
|
||||
font-size: 100%;
|
||||
font-size: 1.05em;
|
||||
}
|
||||
|
||||
&.zoom-60 {
|
||||
font-size: 95%;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
&.zoom-50 {
|
||||
font-size: 85%;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
&.zoom-40 {
|
||||
font-size: 80%;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
&.zoom-30 {
|
||||
font-size: 75%;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
&.zoom-20 {
|
||||
font-size: 75%;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
&.zoom-10 {
|
||||
font-size: 70%;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
&.zoom-0 {
|
||||
font-size: 70%;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user