Files
astuto/app/javascript/stylesheets/general/_form.scss
2019-09-19 16:42:43 +02:00

14 lines
233 B
SCSS

.field_with_errors {
label {
color: $danger;
}
input {
border-color: $danger;
}
}
.form-control:focus {
border-color: $astuto-grey;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.6);
}