Pārlūkot izejas kodu

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

REJack 5 gadi atpakaļ
vecāks
revīzija
accf50cf1b
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      build/scss/_text.scss

+ 5 - 1
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;
 }