CSR-1887 update error styling for payment form.
This commit is contained in:
parent
b2af82cb3f
commit
1c6865858e
2 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ body .has-error select {
|
||||||
}
|
}
|
||||||
body .has-error input:focus,
|
body .has-error input:focus,
|
||||||
body .has-error select:focus {
|
body .has-error select:focus {
|
||||||
border: 1px solid transparent;
|
box-shadow: 0 0 0 2.5px #fcbfbb;
|
||||||
}
|
}
|
||||||
body .has-error input:hover,
|
body .has-error input:hover,
|
||||||
body .has-error select:hover {
|
body .has-error select:hover {
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,7 @@ body {
|
||||||
select {
|
select {
|
||||||
border: 1px solid #d4281c;
|
border: 1px solid #d4281c;
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px solid transparent;
|
box-shadow: 0 0 0 2.5px #fcbfbb;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
border: 1px solid #d4281c;
|
border: 1px solid #d4281c;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue