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

This commit is contained in:
REJack
2019-09-16 12:11:14 +02:00
parent 7f68cf5cc9
commit accf50cf1b

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