Преглед на файлове

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

REJack преди 5 години
родител
ревизия
accf50cf1b
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  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;
 }