Update the style of the form-group with errors [SCI-7831]

This commit is contained in:
sboursen-scinote 2023-02-06 11:31:25 +01:00
parent 43680f1295
commit a78f113498

View file

@ -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 {