diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a54461e19..9aff040ac 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
