challenge-vtex-io-henrique-.../styles/css/vtex.product-quantity.css

21 lines
577 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 */
/* Grid breakpoints */
.quantitySelectorStepper :global(.vtex-numeric-stepper-wrapper) {
width: 128px;
min-height: 49px;
}
.quantitySelectorStepper :global(.vtex-numeric-stepper__input) {
width: 100%;
height: 100%;
}
.quantitySelectorStepper :global(.vtex-numeric-stepper__plus-button-container),
.quantitySelectorStepper :global(.vtex-numeric-stepper__minus-button-container) {
height: 100%;
}