Merge pull request #2386 from Safelite/CASH-442-onetrust-cookie-link

CASH-442 update cookie link. Test.
This commit is contained in:
bmauger 2025-03-31 15:07:30 -04:00 committed by GitHub
commit a4395de6d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,14 +57,10 @@
alt="Your privacy choices" />
</template>
</textLink>
<a class="new-window-link" href="javascript:OneTrust.ToggleInfoDisplay();">
Cookie preferences
</a>
<textLink
linkType="newWindowLink"
linkType="navigation"
text="Cookie preferences"
href="javascript:OneTrust.ToggleInfoDisplay();"
target="_blank" />
href="javascript:OneTrust.ToggleInfoDisplay();" />
<textLink
linkType="newWindowLink"
text="Warranty"
@ -181,6 +177,9 @@ export default {
height: 1rem;
margin-left: 0.5rem;
}
:deep(.navigation-link) {
margin-bottom: 1.5rem;
}
}
.modal-fullscreen {
width: 100vw;