mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Fix alignment of AXO credit card icons
This commit is contained in:
parent
c1e51cb8a3
commit
f72b95fcc0
2 changed files with 1 additions and 11 deletions
|
@ -1,13 +1,3 @@
|
|||
|
||||
.ppcp-axo-card-icons {
|
||||
padding: 4px 0 16px 25px;
|
||||
|
||||
.ppcp-card-icon {
|
||||
float: left !important;
|
||||
max-height: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-axo-watermark-container {
|
||||
max-width: 200px;
|
||||
margin-top: 10px;
|
||||
|
|
|
@ -300,7 +300,7 @@ class AxoGateway extends WC_Payment_Gateway {
|
|||
> ';
|
||||
}
|
||||
|
||||
return '<div class="ppcp-axo-card-icons">' . implode( '', $images ) . '</div>';
|
||||
return implode( '', $images );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue