Add styles to keep number inputs consistent with form

This commit is contained in:
Marliana Lara
2017-05-04 11:15:04 -04:00
parent 78011dd67f
commit ecccc7d1b6

View File

@@ -199,6 +199,15 @@
margin-top: 10px; margin-top: 10px;
} }
.Form-formGroup {
input.form-control {
background-color: @default-secondary-bg;
border-color: @b7grey;
border-radius: 5px;
height: 30px;
}
}
.Form-checkbox--stacked { .Form-checkbox--stacked {
label { label {
display: block; display: block;