Merge pull request 'refactor: ajusta margem skus' (#11) from refactor/ajusta-margem-skus into development

Reviewed-on: #11
This commit is contained in:
Rafael Sampaio de Oliveira 2023-01-29 18:06:28 +00:00
commit f92e47f569
9 changed files with 19 additions and 1 deletions

View File

@ -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();

View File

@ -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 */

View File

@ -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%;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -259,4 +259,8 @@
.shippingTableCellDeliveryPrice {
position: absolute;
left: 36%;
}
.skuSelectorOptionsList {
margin: 0;
}

View File

@ -260,3 +260,7 @@
position: absolute;
left: 36%;
}
.skuSelectorOptionsList {
margin: 0;
}