diff --git a/app/assets/stylesheets/protocols/preview_modal.scss b/app/assets/stylesheets/protocols/preview_modal.scss index fadd62730..2613d169d 100644 --- a/app/assets/stylesheets/protocols/preview_modal.scss +++ b/app/assets/stylesheets/protocols/preview_modal.scss @@ -13,6 +13,14 @@ .ql-editor { min-height: initial; } + + .form-group.has-error { + color: $brand-danger; + + .sci-input-field { + border: 1px solid $brand-danger; + } + } } .general-error {