Scheduled statuses validation

This commit is contained in:
Alex Gleason 2021-06-30 14:53:29 -05:00
parent f692d3a987
commit 9ea1df2fb1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -20,6 +20,10 @@
&__cancel {
padding-left: 10px;
}
&--error .react-datepicker__input-container {
border-color: $error-red !important;
}
}
.datepicker .react-datepicker {