44 lines
809 B
SCSS
44 lines
809 B
SCSS
.quantitySelectorContainer {
|
|
margin: 0;
|
|
.quantitySelectorTitle {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__plus-button),
|
|
:global(.vtex-numeric-stepper__minus-button),
|
|
:global(.vtex-numeric-stepper__input) {
|
|
height: 50px;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__input) {
|
|
@media screen and (max-width: 1024px) {
|
|
width: 44px;
|
|
}
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__minus-button) {
|
|
background-color: white;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__plus-button) {
|
|
color: black;
|
|
}
|
|
|
|
:global(.vtex-numeric-stepper__input) {
|
|
border-right: none;
|
|
border-left: none;
|
|
}
|
|
|
|
:global(.vtex-add-to-cart-button-0-x-buttonText) {
|
|
font-size: 0;
|
|
|
|
&::before {
|
|
content: "Adicionar à sacola";
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: #ffffff;
|
|
}
|
|
}
|