mirror of
https://github.com/10h30/woo-vnpay.git
synced 2026-06-05 15:09:51 +09:00
20 lines
515 B
CSS
Executable File
20 lines
515 B
CSS
Executable File
.vnpay-payment-gateway-wrapper .vnpay-payment-gateway-notification {
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
border: 1px solid #dcd7ca;
|
|
border-radius: 6px;
|
|
padding: 20px 15px;
|
|
text-align: center;
|
|
}
|
|
.vnpay-payment-gateway-wrapper .vnpay-payment-gateway-notification img {
|
|
width: 100px;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
}
|
|
.vnpay-payment-gateway-wrapper .vnpay-payment-gateway-notification .notification-title {
|
|
margin: 10px 0;
|
|
font-size: 30px;
|
|
}
|
|
|
|
/*# sourceMappingURL=wc-vnpay-payment-gateway.css.map */
|