Skip to content

Commit

Permalink
BP-3309 Change payment method logo's size in the checkout (#882)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivascu Madalin <[email protected]>
  • Loading branch information
harli91 and Ivascu Madalin authored Jan 11, 2024
1 parent e59bfcf commit 8bbeb50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions view/frontend/web/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
align-items: center;
}
.bk-img-wrap {
min-width: 40px;
margin-right:10px;
align-items: center;
width: 50px;
margin-right: 10px;
display: flex;
align-items: center;
}
.bk-radio-wrap {
flex: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</label>
</div>
<div class="bk-img-wrap">
<img style="width:40px;" data-bind="attr: { src: logo() }" alt="PayByBank Logo"/>
<img data-bind="attr: { src: logo() }" alt="PayByBank Logo"/>
</div>
</div>
</div>
Expand Down

0 comments on commit 8bbeb50

Please sign in to comment.