43 lines
951 B
SCSS
43 lines
951 B
SCSS
|
.quantitySelectorContainer {
|
||
|
margin: 0;
|
||
|
|
||
|
.quantitySelectorTitle {
|
||
|
display: none;
|
||
|
}
|
||
|
:global(.vtex-numeric-stepper-wrapper) {
|
||
|
:global(.vtex-numeric-stepper-container) {
|
||
|
width: 128px;
|
||
|
border: solid 1px #ccc;
|
||
|
|
||
|
:global(.vtex-numeric-stepper__plus-button-container) {
|
||
|
height: 49px;
|
||
|
|
||
|
:global(.vtex-numeric-stepper__plus-button) {
|
||
|
width: 100%;
|
||
|
height: 49px;
|
||
|
color: #000;
|
||
|
border: none;
|
||
|
background: #fff;
|
||
|
}
|
||
|
}
|
||
|
:global(.vtex-numeric-stepper__input) {
|
||
|
width: 100%;
|
||
|
height: 49px;
|
||
|
border: none;
|
||
|
background: #fff;
|
||
|
}
|
||
|
:global(.vtex-numeric-stepper__minus-button-container) {
|
||
|
height: 49px;
|
||
|
|
||
|
:global(.vtex-numeric-stepper__minus-button) {
|
||
|
width: 100%;
|
||
|
height: 49px;
|
||
|
color: #000;
|
||
|
border: none;
|
||
|
background: #fff;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|