challenge-vtex-io-gabriel-g.../styles/sass/pages/product/vtex.product-quantity.scss

38 lines
703 B
SCSS
Raw Normal View History

.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__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;
}
}