tweak checkout table styles

This commit is contained in:
2025-05-14 17:57:48 +05:00
parent f53934ef90
commit f5a088a241
2 changed files with 6 additions and 6 deletions

View File

@ -956,9 +956,9 @@ body {
}
.woocommerce-checkout-review-order-table {
border-radius: 12px;
border-collapse: separate;
border-spacing: 0;
border-radius: 12px !important;
border-collapse: separate !important;
border-spacing: 0 !important;
}
/*# sourceMappingURL=custom.css.map */

View File

@ -683,7 +683,7 @@ body {
}
.woocommerce-checkout-review-order-table {
border-radius: 12px;
border-collapse: separate;
border-spacing: 0;
border-radius: 12px !important;
border-collapse: separate !important;
border-spacing: 0 !important;
}