forked from M3-Academy/challenge-vtex-io
Merge pull request 'refactor: ajusta margem skus' (#11) from refactor/ajusta-margem-skus into development
Reviewed-on: #11
This commit is contained in:
commit
f92e47f569
@ -3,7 +3,11 @@ import { useProduct } from "vtex.product-context";
|
|||||||
import styles from "./styles.module.css";
|
import styles from "./styles.module.css";
|
||||||
|
|
||||||
const PixPrice = () => {
|
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();
|
const productContextValue = useProduct();
|
||||||
|
|
||||||
|
@ -6,4 +6,5 @@
|
|||||||
1800px + : Big desktop
|
1800px + : Big desktop
|
||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
@ -7,6 +7,7 @@
|
|||||||
1800px + : Big desktop
|
1800px + : Big desktop
|
||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
1800px + : Big desktop
|
1800px + : Big desktop
|
||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
1800px + : Big desktop
|
1800px + : Big desktop
|
||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.product-identifier--productReference {
|
.product-identifier--productReference {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
1800px + : Big desktop
|
1800px + : Big desktop
|
||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.listPrice {
|
.listPrice {
|
||||||
color: #727273;
|
color: #727273;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
1800px + : Big desktop
|
1800px + : Big desktop
|
||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.quantitySelectorStepper--addToCartQuantity :global(.vtex-numeric-stepper__plus-button) {
|
.quantitySelectorStepper--addToCartQuantity :global(.vtex-numeric-stepper__plus-button) {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -260,3 +260,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 36%;
|
left: 36%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skuSelectorOptionsList {
|
||||||
|
margin: 0;
|
||||||
|
}
|
@ -260,3 +260,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 36%;
|
left: 36%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skuSelectorOptionsList {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user