Skip to content

Commit

Permalink
fix(ras-acc): remove redundant checkout styles (#2350)
Browse files Browse the repository at this point in the history
This PR removes some checkout specific styles that are impacting the credit card image alignment for some payment gateways
  • Loading branch information
chickenn00dle authored Jul 26, 2024
1 parent dcc679b commit 1f48f20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions newspack-theme/sass/plugins/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1581,13 +1581,6 @@ table.woocommerce-table--order-details.shop_table,
.woocommerce-product-gallery__trigger {
right: 1rem;
}

.wc_payment_method {
> label:first-of-type img {
float: none;
margin-left: 0.5 * structure.$size__spacing-unit;
}
}
}

@media only screen and ( min-width: 768px ) {
Expand Down

0 comments on commit 1f48f20

Please sign in to comment.