mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
11 lines
148 B
SCSS
11 lines
148 B
SCSS
@import "node_modules/bootstrap/scss/variables";
|
|
|
|
.field_with_errors {
|
|
label {
|
|
color: $danger;
|
|
}
|
|
|
|
input {
|
|
border-color: $danger;
|
|
}
|
|
} |