30 lines
533 B
SCSS
30 lines
533 B
SCSS
.quantitySelectorContainer {
|
|
margin: 0;
|
|
}
|
|
|
|
.quantitySelectorTitle {
|
|
display: none;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper-container) {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px solid #cccccc;
|
|
padding: 13px 16px;
|
|
width: 128px;
|
|
height: 49px;
|
|
margin: 0;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__plus-button),
|
|
:global(.vtex-numeric-stepper__minus-button),
|
|
:global(.vtex-numeric-stepper__input) {
|
|
border: none;
|
|
background-color: white;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__input) {
|
|
width: 40px;
|
|
}
|