CASH-442 update cookie link. Test.
This commit is contained in:
parent
a1fc0efbf7
commit
ecced8f1fb
1 changed files with 19 additions and 20 deletions
|
|
@ -56,26 +56,22 @@
|
||||||
src="~@/assets/img/icons/ccpa-icon.svg"
|
src="~@/assets/img/icons/ccpa-icon.svg"
|
||||||
alt="Your privacy choices" />
|
alt="Your privacy choices" />
|
||||||
</template>
|
</template>
|
||||||
</textLink>
|
</textLink>
|
||||||
<a class="new-window-link" href="javascript:OneTrust.ToggleInfoDisplay();">
|
<textLink
|
||||||
Cookie preferences
|
linkType="navigation"
|
||||||
</a>
|
text="Cookie preferences"
|
||||||
<textLink
|
href="javascript:OneTrust.ToggleInfoDisplay();" />
|
||||||
linkType="newWindowLink"
|
<textLink
|
||||||
text="Cookie preferences"
|
linkType="newWindowLink"
|
||||||
href="javascript:OneTrust.ToggleInfoDisplay();"
|
text="Warranty"
|
||||||
target="_blank" />
|
href="//www.safelite.com/national-lifetime-warranty"
|
||||||
<textLink
|
target="_blank" />
|
||||||
linkType="newWindowLink"
|
<textLink
|
||||||
text="Warranty"
|
linkType="newWindowLink"
|
||||||
href="//www.safelite.com/national-lifetime-warranty"
|
text="Notice at collection"
|
||||||
target="_blank" />
|
href="https://www.safelite.com/ccpa-privacy-policy"
|
||||||
<textLink
|
target="_blank" />
|
||||||
linkType="newWindowLink"
|
</div>
|
||||||
text="Notice at collection"
|
|
||||||
href="https://www.safelite.com/ccpa-privacy-policy"
|
|
||||||
target="_blank" />
|
|
||||||
</div>
|
|
||||||
<div class="modal-footer d-flex justify-content-start">
|
<div class="modal-footer d-flex justify-content-start">
|
||||||
© {{ new Date().getFullYear() }} Safelite Group
|
© {{ new Date().getFullYear() }} Safelite Group
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -181,6 +177,9 @@ export default {
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
:deep(.navigation-link) {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.modal-fullscreen {
|
.modal-fullscreen {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue