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:
parent
8510615169
commit
ff04f46ed0
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue