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

13 lines
247 B
SCSS
Raw Normal View History

2023-01-27 01:21:39 +00:00
.buttonDataContainer {
font-size: 0;
.buttonText::after {
content: "ADICIONAR À SACOLA";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
// color: #ffffff;
}
}