Changed payment error message style
This commit is contained in:
parent
29fb771afb
commit
8769c4cd1f
2 changed files with 7 additions and 3 deletions
|
|
@ -537,6 +537,10 @@ a.unlink:hover {
|
|||
border-radius: 3px;
|
||||
padding: 5px;
|
||||
}
|
||||
.card-warning-error {
|
||||
border: 1px solid #EB4D5C;
|
||||
color: #EB4D5C;
|
||||
}
|
||||
|
||||
.stripe-payment-btn {
|
||||
outline: none;
|
||||
|
|
@ -718,4 +722,4 @@ a.unlink:hover {
|
|||
|
||||
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
|
||||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue