m3-academy-template-vtexio-.../storefront/styles/sass/partials/shelf/vtex.add-to-cart-button.scss
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

29 lines
538 B
SCSS

.buttonDataContainer {
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: 0.05em;
color: $color-white;
}
.buttonText--m3-shelf {
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 14px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
padding-left: 0;
padding-right: 0;
color: $color-white;
}
@media only screen and (max-width: 600px) {
.buttonText--m3-shelf {
font-size: 9px;
}
}