estilização do cep
This commit is contained in:
parent
85efcc7f81
commit
879fc0fc98
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user