From a2871a637733a17948d79c7d3bb3ef111fec2827 Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Mon, 6 Feb 2023 17:13:33 -0300 Subject: [PATCH] =?UTF-8?q?refactor:=20ajusta=20altura=20pre=C3=A7o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react/components/Html/styles.css | 4 ++++ store/blocks/pdp/product.jsonc | 1 + 2 files changed, 5 insertions(+) diff --git a/react/components/Html/styles.css b/react/components/Html/styles.css index 2eaced6..7c209b0 100644 --- a/react/components/Html/styles.css +++ b/react/components/Html/styles.css @@ -4,6 +4,10 @@ padding: 0 40px; } +[class*="html--selling-price"] { + height: 38px; +} + [class*="html--product-quantity"] { width: 161.58px; } diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index ceede37..06240c7 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -140,6 +140,7 @@ "html#selling-price": { "props": { + "blockClass": "selling-price", "testId": "product-price" }, "children": ["flex-layout.row#selling-price"]