From 6e26bc34858f400aa187c8fb7db1edd11a95edb2 Mon Sep 17 00:00:00 2001 From: REJack Date: Tue, 22 Sep 2020 14:34:16 +0200 Subject: [PATCH] fix input-group-text font-size with body.text-sm (#3045) --- build/scss/_forms.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/scss/_forms.scss b/build/scss/_forms.scss index 0695fc29e..4be9cc625 100644 --- a/build/scss/_forms.scss +++ b/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 {