24 lines
626 B
SCSS
24 lines
626 B
SCSS
.quantitySelectorContainer--quantityPdpItens{
|
|
margin: 0;
|
|
|
|
:global(.vtex-numeric-stepper__input ){
|
|
border: 1px solid #CCCCCC;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
width: 3rem;
|
|
}
|
|
:global(.vtex-numeric-stepper__plus-button){
|
|
border: 1px solid #CCCCCC;
|
|
border-left: 0;
|
|
border-radius: 0;
|
|
width: 2.5em !important;
|
|
color: $color-black2;
|
|
}
|
|
:global(.vtex-numeric-stepper__minus-button){
|
|
border: 1px solid #CCCCCC;
|
|
border-right: 0;
|
|
border-radius: 0;
|
|
width: 2.5em !important;
|
|
color: $color-black2;
|
|
}
|
|
} |