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:
commit
86a90112a1
4 changed files with 4 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -20,6 +20,10 @@
|
|||
&__cancel {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
&--error .react-datepicker__input-container {
|
||||
border-color: $error-red !important;
|
||||
}
|
||||
}
|
||||
|
||||
.datepicker .react-datepicker {
|
||||
|
|
Loading…
Reference in a new issue