From b47d213e265bcc8bfea7ad6b5cb90aed9c087105 Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Mon, 30 Jan 2023 16:26:05 -0300 Subject: [PATCH] feat: adiciona placeholder input cep --- styles/css/vtex.store-components.css | 7 +++++++ styles/sass/pages/product/vtex.store-components.scss | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 96baeef..8c13475 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -263,4 +263,11 @@ .skuSelectorOptionsList { margin: 0; +} + +:global(.vtex-address-form-4-x-input)::placeholder { + font-style: normal; + font-weight: 400; + font-size: 12px; + line-height: 16px; } \ No newline at end of file diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index 5a72739..9266456 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -264,3 +264,10 @@ .skuSelectorOptionsList { margin: 0; } + +:global(.vtex-address-form-4-x-input)::placeholder { + font-style: normal; + font-weight: 400; + font-size: 12px; + line-height: 16px; +}