renamed `.text-xs` to `.text-md` and created a correct `.text-xs`

pull/2256/head
REJack 5 years ago
parent 7f68cf5cc9
commit accf50cf1b
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

@ -9,11 +9,15 @@
}
}
.text-xs {
font-size: $font-size-xs !important;
}
.text-sm {
font-size: $font-size-sm !important;
}
.text-xs {
.text-md {
font-size: $font-size-base !important;
}

Loading…
Cancel
Save