Merge branch 'scheduled-post-validations' into 'develop'

Scheduled statuses validation

Closes #663 and #659

See merge request soapbox-pub/soapbox-fe!563
This commit is contained in:
Alex Gleason 2021-06-30 19:56:51 +00:00
commit 86a90112a1
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 {