Fix the border color of text input during error
This commit is contained in:
parent
e7aac9b0cf
commit
e9fe3c9608
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue