scinote-web/app/assets/stylesheets/shared/form_errors.scss
2023-01-30 12:32:55 +01:00

15 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;
}
}