From 0b9649293746a92212009342983eb0f515bcb78d Mon Sep 17 00:00:00 2001 From: Rasmy Nguyen Date: Thu, 25 Jul 2024 12:09:52 -0400 Subject: [PATCH] fix(ras-acc): remove redundant checkout styles --- newspack-theme/sass/plugins/woocommerce.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/newspack-theme/sass/plugins/woocommerce.scss b/newspack-theme/sass/plugins/woocommerce.scss index 7af6e78dd..006bcd391 100644 --- a/newspack-theme/sass/plugins/woocommerce.scss +++ b/newspack-theme/sass/plugins/woocommerce.scss @@ -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 ) {