Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertically align the bnpl logos on legacy checkout payment method list. #9775

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/checkout/classic/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
justify-self: end;
margin: 3px 0; // ensuring the images don't appear squished when all the payment methods are rendered next to each others, like in Elementor.
align-self: center;
grid-column: 2; // Be explicit that the image should be in the second column of the grid container.
grid-row: 1 / span 2; // Makes the image span two rows of the grid container.
}

.stripe-pmme-container {
Expand Down
Loading