challenge-vtex-io-henrique-.../styles/sass/pages/product/vtex.product-quantity.scss

17 lines
337 B
SCSS

.quantitySelectorStepper {
:global(.vtex-numeric-stepper-wrapper) {
width: 128px;
min-height: 49px;
}
:global(.vtex-numeric-stepper__input) {
width: 100%;
height: 100%;
}
:global(.vtex-numeric-stepper__plus-button-container),
:global(.vtex-numeric-stepper__minus-button-container) {
height: 100%;
}
}