mirror of https://github.com/ColorlibHQ/AdminLTE
fix input-group-text font-size with body.text-sm (#3045)
parent
3876bfdd29
commit
6e26bc3485
|
@ -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 color variations
|
||||||
.custom-switch {
|
.custom-switch {
|
||||||
@each $name, $color in $theme-colors {
|
@each $name, $color in $theme-colors {
|
||||||
|
|
Loading…
Reference in New Issue