mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-22 20:59:21 +01:00
adjust font size for the people
This commit is contained in:
parent
43340b9422
commit
34b325b8ae
File diff suppressed because one or more lines are too long
@ -45,11 +45,12 @@
|
||||
flex: 1;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
margin: space(8) 0 space(16);
|
||||
}
|
||||
|
||||
.config-option__title {
|
||||
@extend %label-md;
|
||||
padding: 12dp 12dp 0;
|
||||
padding: 0 12dp;
|
||||
}
|
||||
|
||||
.config-option__list {
|
||||
|
@ -32,19 +32,19 @@
|
||||
}
|
||||
|
||||
%label-md {
|
||||
font-size: 20dp;
|
||||
font-size: 24dp;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2.2dp;
|
||||
line-height: 20dp;
|
||||
line-height: 24dp;
|
||||
}
|
||||
|
||||
%label-sm {
|
||||
font-size: 12dp;
|
||||
font-size: 16dp;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1.32dp;
|
||||
line-height: 12dp;
|
||||
line-height: 16dp;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user