Browse Source

fix input-group-text font-size with body.text-sm (#3045)

REJack 4 years ago
parent
commit
6e26bc3485
1 changed files with 7 additions and 0 deletions
  1. 7 0
      build/scss/_forms.scss

+ 7 - 0
build/scss/_forms.scss

@@ -264,6 +264,13 @@ textarea.form-control {
   }
 }
 
+// body.text-sm support
+body.text-sm {
+  .input-group-text {
+    font-size: $font-size-sm;
+  }
+}
+
 // custom switch color variations
 .custom-switch {
   @each $name, $color in $theme-colors {