mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 14:30:46 +02:00
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
This commit is contained in:
@@ -540,14 +540,14 @@ input[type="checkbox"] {
|
||||
// Quick utility class for applying `.input-lg` and `.input-sm` styles to the
|
||||
// inputs and labels within a `.form-group`.
|
||||
.form-group-lg {
|
||||
@media (min-width: $screen-sm-min) {
|
||||
@include media-sm {
|
||||
.control-label {
|
||||
padding-top: $padding-lg-vertical;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-group-sm {
|
||||
@media (min-width: $screen-sm-min) {
|
||||
@include media-sm {
|
||||
.control-label {
|
||||
padding-top: ($padding-sm-vertical + .1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user