forked from M3-Academy/challenge-vtex-io
feat(product-price): Implementa SASS do block product-price
This commit is contained in:
parent
e7d46698a5
commit
c25ee924df
77
styles/sass/pages/product/vtex.product-price.scss
Normal file
77
styles/sass/pages/product/vtex.product-price.scss
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user