hotfix: colocando a frase "não sei meu CEP" preto

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-01-31 18:25:02 -03:00
parent 2262b955b4
commit 4ee46176ba
2 changed files with 16 additions and 12 deletions

View File

@ -340,6 +340,10 @@
border-right: 0; border-right: 0;
} }
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) { .shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
position: absolute;
right: -57px;
}
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :last-child {
font-family: "Open Sans"; font-family: "Open Sans";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -348,9 +352,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
text-decoration-line: underline; text-decoration-line: underline;
color: #000000; color: #000000 !important;
position: absolute;
right: -57px;
} }
@media (max-width: 560px) { @media (max-width: 560px) {
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) { .shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {

View File

@ -319,6 +319,9 @@
} }
} }
:global(.vtex-address-form__postalCode-forgottenURL) { :global(.vtex-address-form__postalCode-forgottenURL) {
position: absolute;
right: -57px;
:last-child {
font-family: "Open Sans"; font-family: "Open Sans";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -327,9 +330,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
text-decoration-line: underline; text-decoration-line: underline;
color: #000000; color: #000000 !important;
position: absolute; }
right: -57px;
@media (max-width: 560px) { @media (max-width: 560px) {
top: 45px; top: 45px;
right: -4px; right: -4px;