diff --git a/react/components/PixPrice/PixPrice.tsx b/react/components/PixPrice/PixPrice.tsx index 01a9ccd..792763b 100644 --- a/react/components/PixPrice/PixPrice.tsx +++ b/react/components/PixPrice/PixPrice.tsx @@ -3,7 +3,11 @@ import { useProduct } from "vtex.product-context"; import styles from "./styles.module.css"; const PixPrice = () => { - // document.getElementsByClassName("myText").placeholder = "Type name here.."; + const inputCep = document.querySelectorAll(".vtex-address-form-4-x-input"); + + console.log(inputCep); + + // .placeholder = "Type name here.."; const productContextValue = useProduct(); diff --git a/styles/css/agenciamagma.store-theme.css b/styles/css/agenciamagma.store-theme.css index 34c4328..a3131a9 100644 --- a/styles/css/agenciamagma.store-theme.css +++ b/styles/css/agenciamagma.store-theme.css @@ -6,4 +6,5 @@ 1800px + : Big desktop */ /* Media Query M3 */ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27"); /* Grid breakpoints */ \ No newline at end of file diff --git a/styles/css/vtex.breadcrumb.css b/styles/css/vtex.breadcrumb.css index 6cb3361..5646f60 100644 --- a/styles/css/vtex.breadcrumb.css +++ b/styles/css/vtex.breadcrumb.css @@ -7,6 +7,7 @@ 1800px + : Big desktop */ /* Media Query M3 */ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27"); /* Grid breakpoints */ .container { width: 100%; diff --git a/styles/css/vtex.flex-layout.css b/styles/css/vtex.flex-layout.css index 8740479..e1a856f 100644 --- a/styles/css/vtex.flex-layout.css +++ b/styles/css/vtex.flex-layout.css @@ -6,6 +6,7 @@ 1800px + : Big desktop */ /* Media Query M3 */ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27"); /* Grid breakpoints */ .flexRowContent { padding: 0; diff --git a/styles/css/vtex.product-identifier.css b/styles/css/vtex.product-identifier.css index bed04dd..ab33433 100644 --- a/styles/css/vtex.product-identifier.css +++ b/styles/css/vtex.product-identifier.css @@ -6,6 +6,7 @@ 1800px + : Big desktop */ /* Media Query M3 */ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27"); /* Grid breakpoints */ .product-identifier--productReference { display: flex; diff --git a/styles/css/vtex.product-price.css b/styles/css/vtex.product-price.css index 1d6ef7b..d87bf9e 100644 --- a/styles/css/vtex.product-price.css +++ b/styles/css/vtex.product-price.css @@ -6,6 +6,7 @@ 1800px + : Big desktop */ /* Media Query M3 */ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27"); /* Grid breakpoints */ .listPrice { color: #727273; diff --git a/styles/css/vtex.product-quantity.css b/styles/css/vtex.product-quantity.css index e05f762..1e87e7e 100644 --- a/styles/css/vtex.product-quantity.css +++ b/styles/css/vtex.product-quantity.css @@ -6,6 +6,7 @@ 1800px + : Big desktop */ /* Media Query M3 */ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27"); /* Grid breakpoints */ .quantitySelectorStepper--addToCartQuantity :global(.vtex-numeric-stepper__plus-button) { border-radius: 0; diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 15cd3ad..96baeef 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -259,4 +259,8 @@ .shippingTableCellDeliveryPrice { position: absolute; left: 36%; +} + +.skuSelectorOptionsList { + margin: 0; } \ 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 e8c23b0..5a72739 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -260,3 +260,7 @@ position: absolute; left: 36%; } + +.skuSelectorOptionsList { + margin: 0; +}