Files
astuto/app/javascript/stylesheets/general/_form.scss

11 lines
148 B
SCSS

@import "node_modules/bootstrap/scss/variables";
.field_with_errors {
label {
color: $danger;
}
input {
border-color: $danger;
}
}