challenge-vtex-io-samuelcon.../styles/sass/pages/product/vtex.product-price.scss

19 lines
331 B
SCSS
Raw Normal View History

2023-02-07 20:41:00 +00:00
.listPrice{
text-align: center;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #BABABA;
}
.sellingPrice{
text-align: center;
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
}