0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-03-29 04:10:35 +00:00
parent e90d69c28c
commit a922985788
6 changed files with 12 additions and 8 deletions

View File

@ -2798,12 +2798,14 @@ select[multiple].input-lg {
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2798,12 +2798,14 @@ select[multiple].input-lg {
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long