fix input-group-text font-size with body.text-sm (#3045)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user