Skip to content

Commit

Permalink
Merge pull request #69 from zipMoney/fix/zip-logo-alignment-in-checko…
Browse files Browse the repository at this point in the history
…ut-page

fix the alignment of the zip logo
  • Loading branch information
mahbub-zip authored May 31, 2022
2 parents 2b95cc7 + c6d5c94 commit e532b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions view/frontend/web/css/zipmoney.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
padding: 10px 0px 10px 33px;
margin-top: 20px;
}
img.payment-icon.zip-checkout-icon {
vertical-align: text-bottom !important;
}
2 changes: 1 addition & 1 deletion view/frontend/web/template/payment/zipmoney.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
type="radio"/>
<label class="label" data-bind="attr: {'for': getCode()}">
<!-- zipMoney Logo -->
<img class="payment-icon"
<img class="payment-icon zip-checkout-icon"
data-bind="attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('zipMoney Acceptance Mark')}"
style="height:26px"/>
<!-- zipMoney Logo -->
Expand Down

0 comments on commit e532b04

Please sign in to comment.