Files
astuto/app/javascript/stylesheets/forms.scss
2019-08-19 16:43:32 +02:00

11 lines
148 B
SCSS

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