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