mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
Use .form-control
in input sizing CSS
This commit is contained in:
34
dist/css/bootstrap.css
vendored
34
dist/css/bootstrap.css
vendored
@@ -1432,44 +1432,14 @@ textarea.form-control {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
select.input-large,
|
||||
textarea.input-large,
|
||||
input[type="text"].input-large,
|
||||
input[type="password"].input-large,
|
||||
input[type="datetime"].input-large,
|
||||
input[type="datetime-local"].input-large,
|
||||
input[type="date"].input-large,
|
||||
input[type="month"].input-large,
|
||||
input[type="time"].input-large,
|
||||
input[type="week"].input-large,
|
||||
input[type="number"].input-large,
|
||||
input[type="email"].input-large,
|
||||
input[type="url"].input-large,
|
||||
input[type="search"].input-large,
|
||||
input[type="tel"].input-large,
|
||||
input[type="color"].input-large {
|
||||
.form-control.input-large {
|
||||
height: 56px;
|
||||
padding: 14px 16px;
|
||||
font-size: 18px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
select.input-small,
|
||||
textarea.input-small,
|
||||
input[type="text"].input-small,
|
||||
input[type="password"].input-small,
|
||||
input[type="datetime"].input-small,
|
||||
input[type="datetime-local"].input-small,
|
||||
input[type="date"].input-small,
|
||||
input[type="month"].input-small,
|
||||
input[type="time"].input-small,
|
||||
input[type="week"].input-small,
|
||||
input[type="number"].input-small,
|
||||
input[type="email"].input-small,
|
||||
input[type="url"].input-small,
|
||||
input[type="search"].input-small,
|
||||
input[type="tel"].input-small,
|
||||
input[type="color"].input-small {
|
||||
.form-control.input-small {
|
||||
height: 30px;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
|
Reference in New Issue
Block a user