forked from M3-Academy/challenge-vtex-io
hotfix: colocando a frase "não sei meu CEP" preto
This commit is contained in:
parent
2262b955b4
commit
4ee46176ba
@ -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) {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user