mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
fix #18515: add .form-control-label-* classes to match large/small inputs
This commit is contained in:
parent
51d3267ea9
commit
04f145b9d5
@ -81,6 +81,18 @@ select.form-control {
|
|||||||
margin-bottom: 0; // Override the `<label>` default
|
margin-bottom: 0; // Override the `<label>` default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control-label-lg {
|
||||||
|
padding-top: $input-padding-y-lg;
|
||||||
|
padding-bottom: $input-padding-y-lg;
|
||||||
|
font-size: $font-size-lg;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control-label-sm {
|
||||||
|
padding-top: $input-padding-y-sm;
|
||||||
|
padding-bottom: $input-padding-y-sm;
|
||||||
|
font-size: $font-size-sm;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Todo: clear this up
|
// Todo: clear this up
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user