estilização do cep

This commit is contained in:
Ueber James Santos 2023-02-07 21:36:10 -03:00
parent 85efcc7f81
commit 879fc0fc98
2 changed files with 36 additions and 0 deletions

View File

@ -34,6 +34,7 @@
} }
.skuSelectorContainer .skuSelectorSubcontainer--cor { .skuSelectorContainer .skuSelectorSubcontainer--cor {
order: 2; order: 2;
margin-bottom: 16px;
} }
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorName { .skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorName {
font-size: 0; font-size: 0;
@ -143,3 +144,17 @@
line-height: 19px; line-height: 19px;
font-weight: 600; font-weight: 600;
} }
.shippingContainer :global(.vtex-button__label) {
height: fit-content;
}
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
position: relative;
left: 20px;
margin-top: 31px;
}
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) :last-child {
color: #000000;
}
.shippingContainer :global(.vtex__icon-external-link) {
display: none;
}

View File

@ -29,10 +29,12 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.skuSelectorSubcontainer--cor { .skuSelectorSubcontainer--cor {
order: 2; order: 2;
margin-bottom: 16px;
.skuSelectorName { .skuSelectorName {
@ -209,6 +211,25 @@ display: flex;
} }
} }
:global(.vtex-button__label) {
height: fit-content;
}
:global(.vtex-address-form__postalCode-forgottenURL) {
position: relative;
left: 20px;
margin-top: 31px;
:last-child {
color: $color-black2;
}
}
:global(.vtex__icon-external-link) {
display: none;
}
} }