Merge pull request #580 from dod-ccpo/date-field-component-tests

Add in VUE date picker component
This commit is contained in:
George Drummond
2019-01-28 11:15:58 -05:00
committed by GitHub
8 changed files with 421 additions and 9 deletions

View File

@@ -116,3 +116,39 @@
}
}
.date-picker {
display: inline-block;
margin-top: 10px;
width: 100%;
.date-picker-component {
float: left;
width: 100%;
}
label {
font-weight: 400;
}
input[type="number"] {
-moz-appearance: textfield;
&::-webkit-inner-spin-button {
appearance: none;
}
}
input.usa-input-error {
right: 0;
}
.usa-form-group-date-ok {
padding-top: 30px;
}
p.usa-input-error-message {
padding-top: 20px;
display: inline-block;
}
}