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

21 lines
319 B
SCSS
Raw Normal View History

.quantitySelectorTitle {
display: none;
}
.quantitySelectorStepper {
background-color: white;
}
:global(.vtex-numeric-stepper__input ) {
border-right: none;
border-left: none;
}
:global(.vtex-numeric-stepper__minus-button ) {
background-color: white;
}
.quantitySelectorStepper {
border: none;
}