From e7e1bae0d8e355f0808da87004dc0c4c05ce8327 Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Mon, 6 Feb 2023 16:44:16 -0300 Subject: [PATCH] refactor: ajusta css listPrice --- styles/css/vtex.product-price.css | 4 ++++ styles/sass/pages/product/vtex.product-price.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/styles/css/vtex.product-price.css b/styles/css/vtex.product-price.css index 0df8e8c..d8d7fe9 100644 --- a/styles/css/vtex.product-price.css +++ b/styles/css/vtex.product-price.css @@ -114,6 +114,10 @@ color: #000000; } +.listPriceValue--product-list-price { + text-decoration: none; +} + .listPrice { margin-top: 8px; } diff --git a/styles/sass/pages/product/vtex.product-price.scss b/styles/sass/pages/product/vtex.product-price.scss index 1682dd3..94c5b44 100644 --- a/styles/sass/pages/product/vtex.product-price.scss +++ b/styles/sass/pages/product/vtex.product-price.scss @@ -105,6 +105,10 @@ color: $color-black; } +.listPriceValue--product-list-price { + text-decoration: none; +} + .listPrice { margin-top: 8px; } -- 2.34.1