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

pull/2256/head
REJack 2019-09-16 12:11:14 +02:00
parent 7f68cf5cc9
commit accf50cf1b
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}