mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
14 lines
179 B
SCSS
14 lines
179 B
SCSS
.field_with_errors,
|
|
.sci-input-container {
|
|
.help-block {
|
|
color: $brand-danger;
|
|
}
|
|
}
|
|
|
|
.form-group.has-error {
|
|
margin-bottom: 0;
|
|
|
|
.form-control {
|
|
height: auto;
|
|
}
|
|
}
|