Move font-small to font-tiny and add 13px size

This commit is contained in:
Justin Edmund 2022-02-27 00:36:21 -08:00
parent 23ff979e83
commit 52e9b07edc
3 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@
.InputError {
color: $error;
font-size: $font-small;
font-size: $font-tiny;
margin: $unit 0;
padding: ($unit / 2) ($unit * 2);
}

View file

@ -6,7 +6,7 @@
& .Label {
color: $grey-50;
font-size: $font-small;
font-size: $font-tiny;
font-weight: $medium;
margin-bottom: $unit;
text-align: center;

View file

@ -59,7 +59,8 @@ $medium: 500;
$bold: 600;
// Font size
$font-small: 11px;
$font-tiny: 11px;
$font-small: 13px;
$font-button: 15px;
$font-regular: 16px;
$font-large: 21px;