|
@@ -1,17 +1,17 @@
|
|
|
.form-control {
|
|
|
background-clip: padding-box;
|
|
|
background-color: #fff;
|
|
|
- border-radius: 0.25rem;
|
|
|
+ border-radius: 4px;
|
|
|
border: 1px solid #ced4da;
|
|
|
color: #495057;
|
|
|
display: inline-block;
|
|
|
font-family: inherit;
|
|
|
- font-size: 1rem;
|
|
|
- height: calc(2.25rem + 2px);
|
|
|
+ font-size: 16px;
|
|
|
+ height: 38px;
|
|
|
line-height: 1.5;
|
|
|
margin: 0;
|
|
|
overflow: visible;
|
|
|
- padding: 0.375rem 0.75rem;
|
|
|
+ padding: 6px 12px;
|
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
|
vertical-align: middle;
|
|
|
}
|