Commit 8d2948c0 authored by Mark Otto's avatar Mark Otto

grunt dist on prev forms change

parent 3da3f7e4
...@@ -1705,16 +1705,16 @@ textarea.form-control { ...@@ -1705,16 +1705,16 @@ textarea.form-control {
} }
.input-sm { .input-sm {
height: 45px; height: 30px;
padding: 10px 16px; padding: 5px 10px;
font-size: 18px; font-size: 12px;
line-height: 1.33; line-height: 1.5;
border-radius: 6px; border-radius: 3px;
} }
select.input-sm { select.input-sm {
height: 45px; height: 30px;
line-height: 45px; line-height: 30px;
} }
textarea.input-sm { textarea.input-sm {
...@@ -1722,16 +1722,16 @@ textarea.input-sm { ...@@ -1722,16 +1722,16 @@ textarea.input-sm {
} }
.input-lg { .input-lg {
height: 30px; height: 45px;
padding: 5px 10px; padding: 10px 16px;
font-size: 12px; font-size: 18px;
line-height: 1.5; line-height: 1.33;
border-radius: 3px; border-radius: 6px;
} }
select.input-lg { select.input-lg {
height: 30px; height: 45px;
line-height: 30px; line-height: 45px;
} }
textarea.input-lg { textarea.input-lg {
...@@ -2260,18 +2260,18 @@ input[type="button"].btn-block { ...@@ -2260,18 +2260,18 @@ input[type="button"].btn-block {
.input-group-lg > .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-group-lg > .input-group-btn > .btn {
height: 30px; height: 45px;
padding: 5px 10px; padding: 10px 16px;
font-size: 12px; font-size: 18px;
line-height: 1.5; line-height: 1.33;
border-radius: 3px; border-radius: 6px;
} }
select.input-group-lg > .form-control, select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn { select.input-group-lg > .input-group-btn > .btn {
height: 30px; height: 45px;
line-height: 30px; line-height: 45px;
} }
textarea.input-group-lg > .form-control, textarea.input-group-lg > .form-control,
...@@ -2283,18 +2283,18 @@ textarea.input-group-lg > .input-group-btn > .btn { ...@@ -2283,18 +2283,18 @@ textarea.input-group-lg > .input-group-btn > .btn {
.input-group-sm > .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-group-lg > .input-group-btn > .btn {
height: 45px; height: 30px;
padding: 10px 16px; padding: 5px 10px;
font-size: 18px; font-size: 12px;
line-height: 1.33; line-height: 1.5;
border-radius: 6px; border-radius: 3px;
} }
select.input-group-sm > .form-control, select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn { select.input-group-lg > .input-group-btn > .btn {
height: 45px; height: 30px;
line-height: 45px; line-height: 30px;
} }
textarea.input-group-sm > .form-control, textarea.input-group-sm > .form-control,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment