mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
typo
This commit is contained in:
parent
96b545c6b5
commit
fcf9470a20
7 changed files with 11 additions and 11 deletions
8
dist/css/bootstrap.css
vendored
8
dist/css/bootstrap.css
vendored
|
|
@ -2510,7 +2510,7 @@ select[multiple].form-group-sm .form-control {
|
|||
height: auto;
|
||||
}
|
||||
.input-lg,
|
||||
.form-group-l .form-control {
|
||||
.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
|
|
@ -2518,14 +2518,14 @@ select[multiple].form-group-sm .form-control {
|
|||
border-radius: 6px;
|
||||
}
|
||||
select.input-lg,
|
||||
select.form-group-l .form-control {
|
||||
select.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
}
|
||||
textarea.input-lg,
|
||||
textarea.form-group-l .form-control,
|
||||
textarea.form-group-lg .form-control,
|
||||
select[multiple].input-lg,
|
||||
select[multiple].form-group-l .form-control {
|
||||
select[multiple].form-group-lg .form-control {
|
||||
height: auto;
|
||||
}
|
||||
.has-feedback {
|
||||
|
|
|
|||
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
8
docs/dist/css/bootstrap.css
vendored
8
docs/dist/css/bootstrap.css
vendored
|
|
@ -2510,7 +2510,7 @@ select[multiple].form-group-sm .form-control {
|
|||
height: auto;
|
||||
}
|
||||
.input-lg,
|
||||
.form-group-l .form-control {
|
||||
.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
|
|
@ -2518,14 +2518,14 @@ select[multiple].form-group-sm .form-control {
|
|||
border-radius: 6px;
|
||||
}
|
||||
select.input-lg,
|
||||
select.form-group-l .form-control {
|
||||
select.form-group-lg .form-control {
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
}
|
||||
textarea.input-lg,
|
||||
textarea.form-group-l .form-control,
|
||||
textarea.form-group-lg .form-control,
|
||||
select[multiple].input-lg,
|
||||
select[multiple].form-group-l .form-control {
|
||||
select[multiple].form-group-lg .form-control {
|
||||
height: auto;
|
||||
}
|
||||
.has-feedback {
|
||||
|
|
|
|||
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -312,7 +312,7 @@ input[type="checkbox"] {
|
|||
}
|
||||
|
||||
.input-lg,
|
||||
.form-group-l .form-control {
|
||||
.form-group-lg .form-control {
|
||||
.input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue