forked from M3-Academy/challenge-vtex-io
refactor: ajusta margem skus
This commit is contained in:
parent
481933fdbe
commit
634d0e5a8c
@ -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();
|
||||
|
||||
|
@ -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 */
|
@ -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%;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -259,4 +259,8 @@
|
||||
.shippingTableCellDeliveryPrice {
|
||||
position: absolute;
|
||||
left: 36%;
|
||||
}
|
||||
|
||||
.skuSelectorOptionsList {
|
||||
margin: 0;
|
||||
}
|
@ -260,3 +260,7 @@
|
||||
position: absolute;
|
||||
left: 36%;
|
||||
}
|
||||
|
||||
.skuSelectorOptionsList {
|
||||
margin: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user