Add and remove class for css opacity

This commit is contained in:
dinamiko 2021-09-14 09:28:48 +02:00
parent 05dcf5c4f4
commit ab32a20f68
2 changed files with 22 additions and 18 deletions

View file

@ -7,3 +7,7 @@
.payments-sdk-contingency-handler {
z-index: 1000 !important;
}
.ppcp-credit-card-gateway-form-field {
opacity: .5 !important;
}