Fix the border color of text input during error

This commit is contained in:
scottkiener-at-safelite 2026-02-19 09:31:37 -05:00
parent e7aac9b0cf
commit e9fe3c9608

View file

@ -291,6 +291,17 @@ input::-webkit-date-and-time-value {
}
.textbox-question {
&.has-error {
.input-wrapper.has-search-icon {
input.form-control[type='text'] {
border-color: #db0020;
}
button[type='submit'] {
border-color: #db0020;
background-color: #fbe5e9;
}
}
}
label {
color: $black;
font-weight: 600;