Add in VUE date picker component

This commit is contained in:
George Drummond
2019-01-22 14:41:18 -05:00
parent 5766819213
commit 454d7f10df
8 changed files with 388 additions and 9 deletions

View File

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