forked from M3-Academy/challenge-vtex-io
feat: adiciona ostitulos no frete
This commit is contained in:
parent
d966ece78b
commit
7b994c1f42
@ -1,5 +1,4 @@
|
||||
[class*="productImageTag--main"] {
|
||||
max-width: 80.25%;
|
||||
object-fit: none;
|
||||
}
|
||||
|
||||
@ -39,6 +38,23 @@
|
||||
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"] {
|
||||
border-radius: 24px;
|
||||
position: relative;
|
||||
@ -163,6 +179,11 @@
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
[class*="vtex-address-form__postalCode-forgottenURL"] :global(.pointer) {
|
||||
color: black;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
[class*="productDescriptionTitle"] {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
@ -301,3 +322,51 @@
|
||||
position: relative;
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user