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

pull/3048/head
REJack 2020-09-22 14:34:16 +02:00 committed by GitHub
parent 3876bfdd29
commit 6e26bc3485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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 {