forked from M3-Academy/challenge-vtex-io
29 lines
651 B
SCSS
29 lines
651 B
SCSS
.quantitySelectorStepper {
|
|
:global(.vtex-numeric-stepper-wrapper) {
|
|
width: 128px;
|
|
min-height: 49px;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper-container) {
|
|
height: 49px;
|
|
border: 1px solid #cccccc;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__input) {
|
|
width: 100%;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__input),
|
|
:global(.vtex-numeric-stepper__plus-button),
|
|
:global(.vtex-numeric-stepper__minus-button) {
|
|
height: 100%;
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
:global(.vtex-numeric-stepper__minus-button__text),
|
|
:global(.vtex-numeric-stepper__plus-button__text) {
|
|
font-size: 16px;
|
|
line-height: 21.79px;
|
|
}
|
|
}
|