woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_payment-method-icons.scss

12 lines
147 B
SCSS
Raw Normal View History

2024-10-23 08:56:47 +02:00
.ppcp-r-payment-method-icons {
display: flex;
gap: 8px;
justify-content: center;
2024-10-23 12:59:41 +02:00
flex-wrap: wrap;
2024-10-24 06:35:48 +02:00
> img{
width: 38px;
height: 24px;
}
2024-10-23 08:56:47 +02:00
}