Skip to content

Commit

Permalink
Fixed rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardola committed Apr 15, 2024
1 parent 3a38086 commit c464df5
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions client/checkout/blocks/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,32 @@ button.wcpay-stripelink-modal-trigger:hover {
}

.wc-block-checkout__payment-method {
.wc-block-components-radio-control__label {
span {
width: 95%;
.wc-block-components-radio-control__label span {
width: 95%;

&:has( .StripeElement ) {
display: grid;
grid-template-columns: 1fr auto;
}

img {
float: right;
border: 0;
padding: 0;
height: 24px;
max-height: 24px;
}
&:has( .StripeElement ) {
display: grid;
grid-template-columns: 1fr auto;
}

.StripeElement {
width: 100%;
grid-column: 1 / span 2;
grid-row-start: 2;
pointer-events: none;
img {
float: right;
border: 0;
padding: 0;
height: 24px;
max-height: 24px;
}

+ img {
grid-row: 1 / span 2;
grid-column: 2;
.StripeElement {
width: 100%;
grid-column: 1 / span 2;
grid-row-start: 2;
pointer-events: none;

+ img {
grid-row: 1 / span 2;
grid-column: 2;
}
}
}
}
Expand Down

0 comments on commit c464df5

Please sign in to comment.