26 lines
531 B
SCSS
26 lines
531 B
SCSS
.quantitySelectorStepper {
|
|
border: 1px solid #989898;
|
|
max-width: 128px;
|
|
padding: 3.5px 0;
|
|
|
|
|
|
|
|
:global(.vtex-numeric-stepper-wrapper) {
|
|
:global(.vtex-numeric-stepper-container) {
|
|
:global(.vtex-numeric-stepper__input) {
|
|
border: none;
|
|
width: 28px;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__plus-button),
|
|
:global(.vtex-numeric-stepper__minus-button) {
|
|
border: none;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.quantitySelectorContainer--quantity__wrapper {
|
|
width: 128px;
|
|
} |