diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 6177a57..e3298c2 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -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) { diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index 5b4a104..4ac259d 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -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;