mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
11 lines
147 B
SCSS
11 lines
147 B
SCSS
.ppcp-r-payment-method-icons {
|
|
display: flex;
|
|
gap: 8px;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
|
|
> img{
|
|
width: 38px;
|
|
height: 24px;
|
|
}
|
|
}
|