forked from M3-Academy/challenge-vtex-io
74 lines
1.3 KiB
CSS
74 lines
1.3 KiB
CSS
/* [class*="html--pdp-breadcrumb"] {
|
|
background: pink;
|
|
} */
|
|
|
|
/* [class*="productNameContainer--quickview"] {
|
|
color: pink;
|
|
} */
|
|
|
|
[class*="flex flex-grow-1 w-100 flex-column"] {
|
|
padding-left: 40px;
|
|
padding-right: 40px;
|
|
}
|
|
|
|
[class*="productNameContainer--quickview"] {
|
|
text-align: right;
|
|
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
|
|
color: #575757;
|
|
}
|
|
|
|
[class*="product-identifier__label"],
|
|
[class*="product-identifier__separator"] {
|
|
font-size: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
[class*="flexColChild"]:nth-of-type(2) {
|
|
text-align: right;
|
|
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
}
|
|
|
|
[class*="flexColChild"]:nth-of-type(2) [class*="c-muted-1"] {
|
|
color: rgba(146, 146, 146, 0.48) !important;
|
|
}
|
|
|
|
[class*="sellingPrice"] {
|
|
font-weight: 700;
|
|
font-size: 25px !important;
|
|
line-height: 38px;
|
|
|
|
color: black !important;
|
|
}
|
|
|
|
[class*="installments"] {
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
[class*="installmentsNumber"],
|
|
[class*="installmentValue"] {
|
|
font-weight: 700;
|
|
}
|
|
|
|
[class*="skuSelectorName"],
|
|
[class*="skuSelectorNameSeparator"],
|
|
[class*="skuSelectorSelectorImageValue"] {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
/* [class*="skuSelectorTextContainer"] [class*="c-muted-1"] {
|
|
color: #929292;
|
|
} */
|