Move font-small to font-tiny and add 13px size
This commit is contained in:
parent
23ff979e83
commit
52e9b07edc
3 changed files with 4 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
.InputError {
|
||||
color: $error;
|
||||
font-size: $font-small;
|
||||
font-size: $font-tiny;
|
||||
margin: $unit 0;
|
||||
padding: ($unit / 2) ($unit * 2);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue