From a78f113498be914f39a1bec7b5ba1e0d5443e268 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Mon, 6 Feb 2023 11:31:25 +0100 Subject: [PATCH] Update the style of the form-group with errors [SCI-7831] --- app/assets/stylesheets/protocols/preview_modal.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {