challenge-vtex-io-rafael-sa.../styles/css/vtex.product-quantity.css

33 lines
932 B
CSS
Raw Normal View History

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
2023-01-29 18:04:57 +00:00
@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) {
2023-01-25 21:01:47 +00:00
border-radius: 0;
border: 1px solid #cccccc;
border-left: none;
}
.quantitySelectorStepper--addToCartQuantity :global(.vtex-numeric-stepper__minus-button) {
border-radius: 0;
border: 1px solid #cccccc;
border-right: none;
background: transparent;
}
.quantitySelectorStepper--addToCartQuantity :global(.vtex-numeric-stepper__input) {
border-radius: 0;
border: 1px solid #cccccc;
border-left: 0;
border-right: 0;
2023-02-03 14:19:33 +00:00
}
.quantitySelectorStepper--addToCartQuantity :global(.vtex-numeric-stepper__input) {
width: 100%;
}