Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
2 changed files with 14 additions and 2 deletions
Showing only changes of commit 84ea20a9c4 - Show all commits

View File

@ -239,6 +239,12 @@
height: 49px;
border-radius: 0;
}
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input)::placeholder {
color: #afafaf;
font-weight: 400;
font-size: 12px;
line-height: 16px;
}
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
height: 0;
padding: 0;

View File

@ -238,7 +238,13 @@
:global(.vtex-input-prefix__group) {
margin-top: 8px;
height: 49px;
border-radius: 0;
border-radius: 0;
:global(.vtex-address-form-4-x-input)::placeholder {
color: #afafaf;
font-weight: 400;
font-size: 12px;
line-height: 16px;
}
}
}
:global(.vtex-address-form__postalCode-forgottenURL) {
@ -315,7 +321,7 @@
grid-area: B;
font-size: 0;
}
.shippingTableHeadDeliveryPrice::after{
.shippingTableHeadDeliveryPrice::after {
content: "frete";
font-weight: 400;
font-size: 14px;