Remove opinionated style for the price list in grouped products from the Add to Cart with Options block. (https://github.com/woocommerce/woocommerce-blocks/pull/9988)

This commit is contained in:
Patricia Hillebrandt 2023-06-27 16:34:06 +02:00 committed by GitHub
parent 8510615169
commit ff04f46ed0
1 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,5 @@
.wp-block-add-to-cart-form { .wp-block-add-to-cart-form {
.woocommerce-Price-amount.amount,
.woocommerce-grouped-product-list-item__price del {
font-size: var(--wp--preset--font-size--large);
}
width: unset; width: unset;
/** /**
* This is a base style for the input text element in WooCommerce that prevents inputs from appearing too small. * This is a base style for the input text element in WooCommerce that prevents inputs from appearing too small.
* *