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

15 lines
196 B
SCSS

.field_with_errors,
.sci-input-container {
.help-block {
color: $brand-danger;
font-size: 12px;
}
}
.form-group.has-error {
margin-bottom: 0;
.sn-icon {
display: none;
}
}