From 38dc08edcdf1123ee9c531362d56201b6287f7ed Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Fri, 10 Feb 2023 10:45:02 -0300 Subject: [PATCH] refactor: ajusta cor referncia produto e texto placeholder input cep --- styles/css/vtex.product-identifier.css | 1 + styles/css/vtex.store-components.css | 1 + styles/sass/pages/product/vtex.product-identifier.scss | 1 + styles/sass/pages/product/vtex.store-components.scss | 1 + 4 files changed, 4 insertions(+) diff --git a/styles/css/vtex.product-identifier.css b/styles/css/vtex.product-identifier.css index 878c3fd..9a13b3a 100644 --- a/styles/css/vtex.product-identifier.css +++ b/styles/css/vtex.product-identifier.css @@ -19,6 +19,7 @@ font-weight: 400; font-size: 14px; line-height: 19px; + color: rgba(146, 146, 146, 0.478); } @media (max-width: 1024px) { diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 5bbfce8..08950e9 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -308,6 +308,7 @@ font-weight: 400; font-size: 12px; line-height: 16px; + color: #afafaf; } .price_sellingPriceContainer { diff --git a/styles/sass/pages/product/vtex.product-identifier.scss b/styles/sass/pages/product/vtex.product-identifier.scss index b6b3265..347e259 100644 --- a/styles/sass/pages/product/vtex.product-identifier.scss +++ b/styles/sass/pages/product/vtex.product-identifier.scss @@ -9,6 +9,7 @@ font-weight: 400; font-size: 14px; line-height: 19px; + color: rgba(146, 146, 146, 0.478); } @media (max-width: 1024px) { diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index a66ba96..0a550ad 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -307,6 +307,7 @@ font-weight: 400; font-size: 12px; line-height: 16px; + color: $color-gray9; } .price_sellingPriceContainer {