forked from M3-Academy/challenge-vtex-io
18 lines
293 B
SCSS
18 lines
293 B
SCSS
.sellingPrice {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: #000000;
|
|
}
|
|
|
|
.installments {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #929292;
|
|
}
|