mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
adjust font size for the people
This commit is contained in:
parent
43340b9422
commit
34b325b8ae
3 changed files with 7 additions and 6 deletions
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…
Add table
Reference in a new issue