2023-01-27 01:21:39 +00:00
|
|
|
.quantitySelectorContainer{
|
|
|
|
// width: 128px;
|
|
|
|
// height: 49px;
|
|
|
|
.quantitySelectorTitle{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
// .quantitySelectorStepper{
|
|
|
|
// width: 100%;
|
|
|
|
// .vtex-numeric-stepper-container{
|
|
|
|
// width: 100%;
|
|
|
|
// }
|
|
|
|
// }
|
2023-01-30 01:32:54 +00:00
|
|
|
}
|
|
|
|
.quantitySelectorStepper--divQuantidade{
|
|
|
|
:global(.vtex-numeric-stepper__input){
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__plus-button){
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__minus-button){
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
|
|
|
}
|
2023-01-27 01:21:39 +00:00
|
|
|
}
|