diff --git a/assets/css/style.scss b/assets/css/style.scss index 1b8eb39dfb5..b4959f6f652 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -321,6 +321,21 @@ } } +.theme-twentytwentytwo { + .wc-block-grid__product-add-to-cart { + .added_to_cart { + margin-top: $gap-small; + display: block; + } + } + + .wc-block-components-product-price { + ins { + text-decoration: none; + } + } +} + // Default screen-reader styles. Included as a fallback for themes that don't have support. .screen-reader-text { @include visually-hidden();