Move validation error message for date picker component

This commit is contained in:
George Drummond
2019-01-28 10:49:19 -05:00
parent 83dc3b55e6
commit c8ffb4e150
2 changed files with 17 additions and 6 deletions

View File

@@ -121,6 +121,11 @@
margin-top: 10px;
width: 100%;
.date-picker-component {
float: left;
width: 100%;
}
label {
font-weight: 400;
}
@@ -140,5 +145,10 @@
.usa-form-group-date-ok {
padding-top: 30px;
}
p.usa-input-error-message {
padding-top: 20px;
display: inline-block;
}
}