forked from M3-Academy/challenge-vtex-io
27 lines
645 B
SCSS
27 lines
645 B
SCSS
.quantitySelectorContainer{
|
|
// width: 128px;
|
|
// height: 49px;
|
|
.quantitySelectorTitle{
|
|
display: none;
|
|
}
|
|
// .quantitySelectorStepper{
|
|
// width: 100%;
|
|
// .vtex-numeric-stepper-container{
|
|
// width: 100%;
|
|
// }
|
|
// }
|
|
}
|
|
.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;
|
|
}
|
|
} |