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

34 lines
575 B
SCSS

.quantitySelectorTitle{
display: none;
}
:global(.vtex-numeric-stepper__minus-button){
background-color: $color-white;
}
.quantitySelectorContainer{
width: 128px;
height: 49px;
:global(.vtex-numeric-stepper-container){
height: 49px;
}
:global(.vtex-numeric-stepper__input){
height: 49px !important;
width: 48px;
padding: 0;
margin: 0;
}
:global(.vtex-numeric-stepper__plus-button-container){
height: 49px;
width: 40px;
}
:global(.vtex-numeric-stepper__minus-button-container){
height: 49px;
width: 40px;
}
}