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

7 lines
91 B
SCSS

.field_with_errors,
.sci-input-container {
.help-block {
color: $brand-danger;
}
}