fix(pdp): concerta bug de sumir a borda das skus

This commit is contained in:
Manuela Luana Schumacker Tavares 2023-02-10 14:06:43 -03:00
parent fbfdeca3c8
commit 6c7f0c4b87
2 changed files with 86 additions and 71 deletions

View File

@ -143,6 +143,92 @@
bottom: -32px;
}
[class*="thumbImg"] {
width: auto;
height: 90px;
}
/*mexer*/
[class*="productImagesThumb"] [class*="w-20 w-20 w-20"] {
width: 13% !important;
}
[class*="buttonClicker"] [class*="button"] {
background: black;
}
[class*="buttonClicker"] [class*="buttonText"] {
font-size: 0;
}
[class*="buttonClicker"] [class*="buttonText"]::after {
content: "ADICIONAR À SACOLA";
font-weight: 400;
font-size: 18px;
color: white;
padding: 12px 0;
}
[class*="listContainer--pdp-decriptions-list"] {
border-bottom: 1px solid #bfbfbf;
justify-content: space-around;
}
[class*="listItem--pdp-description-button"] [class*="button__label"] {
text-transform: capitalize;
font-weight: 400;
font-size: 18px;
line-height: 38px;
}
[class*="listItem--pdp-description-button"] [class*="c-action-primary"] {
color: #bfbfbf;
}
[class*="listItem--pdp-description-button"] [class*="c-on-action-primary"],
[class*="c-on-base--inverted"] {
color: black;
border-bottom: 5px solid black;
}
[class*="listItem--pdp-description-button"]
[class*="hover-c-on-action-primary"]:hover {
color: black;
border-bottom: 5px solid black;
}
[class*="listItem--pdp-description-button"] [class*="bg-action-primary"] {
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
background: transparent;
}
[class*="listItem--pdp-description-button"] {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
[class*="listItem--pdp-description-button"] {
margin: 0 !important;
}
[class*="productDescriptionContainer"] [class*="productDescriptionTitle"] {
font-weight: 400;
font-size: 24px !important;
line-height: 32px;
color: #575757;
}
[class*="productDescriptionContainer"]
[class*="productDescriptionText"]
[class*="content "] {
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
}
/* [class*="headingLevel4--shelfTitle"] [class*="c-on-base"] {
color: #575757 !important;
} */

View File

@ -41,74 +41,3 @@
line-height: 18px;
color: #929292;
}
[class*="thumbImg"] {
width: auto;
height: 90px;
}
/*mexer*/
[class*="productImagesThumb"] [class*="w-20 w-20 w-20"] {
width: 13% !important;
}
[class*="buttonClicker"] [class*="button"] {
background: black;
}
[class*="buttonClicker"] [class*="buttonText"] {
font-size: 0;
}
[class*="buttonClicker"] [class*="buttonText"]::after {
content: "ADICIONAR À SACOLA";
font-weight: 400;
font-size: 18px;
color: white;
padding: 12px 0;
}
[class*="listContainer--pdp-decriptions-list"] {
border-bottom: 1px solid #bfbfbf;
justify-content: space-around;
}
[class*="listItem--pdp-description-button"] [class*="button__label"] {
text-transform: capitalize;
font-weight: 400;
font-size: 18px;
line-height: 38px;
}
[class*="listItem--pdp-description-button"] [class*="c-action-primary"] {
color: #bfbfbf;
}
[class*="listItem--pdp-description-button"] [class*="c-on-action-primary"],
[class*="c-on-base--inverted"] {
color: black;
border-bottom: 5px solid black;
}
[class*="listItem--pdp-description-button"]
[class*="hover-c-on-action-primary"]:hover {
color: black;
border-bottom: 5px solid black;
}
[class*="listItem--pdp-description-button"] [class*="bg-action-primary"],
[class*="b--action-primary"] {
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
background: transparent;
}
[class*="listItem--pdp-description-button"] {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
[class*="listItem--pdp-description-button"] {
margin: 0 !important;
}