challenge-vtex-io-naian-felix/styles/sass/pages/product/vtex.product-quantity.scss

31 lines
594 B
SCSS
Raw Normal View History

.quantitySelectorContainer {
border: 0;
margin: 0;
.quantitySelectorTitle {
display: none;
}
}
:global(.vtex-numeric-stepper__input),
:global(.vtex-numeric-stepper__plus-button),
:global(.vtex-numeric-stepper__minus-button) {
height: 50px;
background-color: white;
}
:global(.vtex-numeric-stepper__input) {
border-left: 0;
border-right: 0;
}
:global(.vtex-add-to-cart-button-0-x-buttonText) {
font-size: 0;
&::before {
2023-02-02 12:42:45 +00:00
content: "ADICIONAR À SACOLA";
font-family: "Open Sans", sans-serif;
font-size: 18px;
line-height: 25px;
color: #ffffff;
}
}