From d9ed138849b6ed65223706795348dd56bea70e05 Mon Sep 17 00:00:00 2001 From: devartes Date: Thu, 9 Feb 2023 11:17:23 -0300 Subject: [PATCH] =?UTF-8?q?style:=20corrigindo=20linha=20do=20pre=C3=A7o?= =?UTF-8?q?=20do=20slider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/css/vtex.product-price.css | 3 ++- styles/sass/pages/product/vtexProduct/vtex.product-price.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/styles/css/vtex.product-price.css b/styles/css/vtex.product-price.css index 9243a0d..90e06a3 100644 --- a/styles/css/vtex.product-price.css +++ b/styles/css/vtex.product-price.css @@ -59,12 +59,13 @@ } .listPrice .listPriceValue { padding: 0; + text-decoration-thickness: 1px; + color: #bababa; } .listPrice .listPriceValue .currencyContainer { font-weight: 400; font-size: 14px; line-height: 19px; - text-decoration-line: line-through; color: #bababa; display: block; } diff --git a/styles/sass/pages/product/vtexProduct/vtex.product-price.scss b/styles/sass/pages/product/vtexProduct/vtex.product-price.scss index c2f638f..9a502a2 100644 --- a/styles/sass/pages/product/vtexProduct/vtex.product-price.scss +++ b/styles/sass/pages/product/vtexProduct/vtex.product-price.scss @@ -51,11 +51,12 @@ } .listPriceValue { padding: 0; + text-decoration-thickness: 1px; + color: #bababa; .currencyContainer { font-weight: 400; font-size: 14px; line-height: 19px; - text-decoration-line: line-through; color: $BABABA; display: block; @media (max-width: 1025px) and (min-width: 768px) {