mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
14 lines
233 B
SCSS
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);
|
|
} |