mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 13:46:21 +08:00
Update the style of the form-group with errors [SCI-7831]
This commit is contained in:
parent
43680f1295
commit
a78f113498
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue