diff --git a/build/scss/_text.scss b/build/scss/_text.scss index 3ae346f00..7257319b5 100644 --- a/build/scss/_text.scss +++ b/build/scss/_text.scss @@ -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; }