forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user