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 {
order: 2;
margin-bottom: 16px;
}
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorName {
font-size: 0;
@ -142,4 +143,18 @@
font-size: 14px;
line-height: 19px;
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;
flex-direction: column;
.skuSelectorSubcontainer--cor {
order: 2;
margin-bottom: 16px;
.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;
}
}