27 lines
574 B
SCSS
27 lines
574 B
SCSS
.quantitySelectorStepper {
|
|
border: 1px solid $color-gray10;
|
|
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: $color-white;
|
|
color: $color-black;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.quantitySelectorContainer--quantity__wrapper {
|
|
width: 128px;
|
|
} |