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;
}
.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-style: normal;
font-weight: 400;
@ -348,9 +352,7 @@
display: flex;
align-items: center;
text-decoration-line: underline;
color: #000000;
position: absolute;
right: -57px;
color: #000000 !important;
}
@media (max-width: 560px) {
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {

View File

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