scinote-web/app/assets/stylesheets/shared/form_errors.scss

15 lines
181 B
SCSS
Raw Normal View History

.field_with_errors,
.sci-input-container {
.help-block {
color: $brand-danger;
}
}
.form-group.has-error {
margin-bottom: 0;
2023-01-30 19:31:45 +08:00
.form-control {
height: auto;
}
}