CASH-442 update cookie link. Test.

This commit is contained in:
Bryan Mauger 2025-03-31 14:50:53 -04:00
parent a1fc0efbf7
commit ecced8f1fb

View file

@ -56,26 +56,22 @@
src="~@/assets/img/icons/ccpa-icon.svg"
alt="Your privacy choices" />
</template>
</textLink>
<a class="new-window-link" href="javascript:OneTrust.ToggleInfoDisplay();">
Cookie preferences
</a>
<textLink
linkType="newWindowLink"
text="Cookie preferences"
href="javascript:OneTrust.ToggleInfoDisplay();"
target="_blank" />
<textLink
linkType="newWindowLink"
text="Warranty"
href="//www.safelite.com/national-lifetime-warranty"
target="_blank" />
<textLink
linkType="newWindowLink"
text="Notice at collection"
href="https://www.safelite.com/ccpa-privacy-policy"
target="_blank" />
</div>
</textLink>
<textLink
linkType="navigation"
text="Cookie preferences"
href="javascript:OneTrust.ToggleInfoDisplay();" />
<textLink
linkType="newWindowLink"
text="Warranty"
href="//www.safelite.com/national-lifetime-warranty"
target="_blank" />
<textLink
linkType="newWindowLink"
text="Notice at collection"
href="https://www.safelite.com/ccpa-privacy-policy"
target="_blank" />
</div>
<div class="modal-footer d-flex justify-content-start">
&copy; {{ new Date().getFullYear() }} Safelite Group
</div>
@ -181,6 +177,9 @@ export default {
height: 1rem;
margin-left: 0.5rem;
}
:deep(.navigation-link) {
margin-bottom: 1.5rem;
}
}
.modal-fullscreen {
width: 100vw;