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

27 lines
645 B
SCSS
Raw Normal View History

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%;
// }
// }
}
.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
}