feature/challenge-vtex-io #2

Merged
LeonardoPereiraRocha merged 8 commits from feature/challenge-vtex-io into master 2023-02-11 00:38:57 +00:00
Showing only changes of commit 7b994c1f42 - Show all commits

View File

@ -1,5 +1,4 @@
[class*="productImageTag--main"] { [class*="productImageTag--main"] {
max-width: 80.25%;
object-fit: none; object-fit: none;
} }
@ -39,6 +38,23 @@
position: relative; position: relative;
} }
[class*="buttonText--button-add"] {
font-size: 0;
}
[class*="buttonText--button-add"]::after {
content: "ADICIONAR À SACOLA";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
display: flex;
align-items: center;
text-align: center;
color: #ffffff;
}
[class*="skuSelectorInternalBox"] { [class*="skuSelectorInternalBox"] {
border-radius: 24px; border-radius: 24px;
position: relative; position: relative;
@ -163,6 +179,11 @@
margin-left: 32px; margin-left: 32px;
} }
[class*="vtex-address-form__postalCode-forgottenURL"] :global(.pointer) {
color: black;
text-decoration: underline;
}
[class*="productDescriptionTitle"] { [class*="productDescriptionTitle"] {
font-family: "Open Sans"; font-family: "Open Sans";
font-style: normal; font-style: normal;
@ -301,3 +322,51 @@
position: relative; position: relative;
right: 12px; right: 12px;
} }
[class*="vtex-store-components-3-x-shippingTableRadioBtn"] {
display: none;
}
[class*="vtex-store-components-3-x-shippingTableRow"]:nth-child(1)::after {
content: "ENTREGA";
position: relative;
right: 500%;
top: -30px;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #202020;
}
[class*="vtex-store-components-3-x-shippingTableRow"]:nth-child(2)::after {
content: "FRETE";
position: relative;
right: 329%;
top: -52px;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #202020;
}
[class*="vtex-store-components-3-x-shippingTableRow"]:nth-child(3)::after {
content: "PRAZO";
position: relative;
right: 108%;
top: -72px;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #202020;
}
[class*="vtex-store-components-3-x-shippingTable"] {
border: none;
margin-top: -76px;
}