Merge pull request 'feature/product-price' (#6) from feature/product-price into development

Reviewed-on: #6
This commit is contained in:
Daniel_Moliari_Barbosa 2023-02-10 19:48:15 +00:00
commit 9ac36686a7

View File

@ -0,0 +1,77 @@
.sellingPrice {
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
.flexRowContent {
margin: 0 !important;
}
.listPriceValue {
text-decoration-line: line-through;
text-decoration-color: #bababa;
&::before {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
color: #bababa;
line-height: 19px;
content: "de";
margin-right: 6px;
}
&::after {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
color: #bababa;
line-height: 19px;
content: "por";
margin-left: 5px;
}
.currencyCode,
.currencyLiteral,
.currencyInteger,
.currencyDecimal,
.currencyFraction {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #bababa;
}
.currencyGroup {
color: #BABABA;
}
}
@media screen and (max-width:1024px) {
.listPrice{
height: 19px;
}
.listPriceValue {
.currencyCode,
.currencyLiteral,
.currencyInteger,
.currencyFraction {
font-size: 12px;
line-height: 16px;
}
}
.sellingPrice {
font-size: 18px;
line-height: 25px;
}
}