challenge-vtex-io-josecarlo.../styles/sass/pages/product/vtex.add-to-cart-button.scss

10 lines
149 B
SCSS

.buttonText{
font-size: 0;
&::after{
content: "ADICIONAR À SACOLA";
font-weight: 400;
font-size: 18px;
line-height: 25px;
}
}