prettier
This commit is contained in:
parent
8e9f960823
commit
88044d8534
1 changed files with 26 additions and 7 deletions
|
|
@ -41,14 +41,33 @@
|
||||||
<h5 class="modal-title" id="footerModalLabel">Footer Navigation</h5>
|
<h5 class="modal-title" id="footerModalLabel">Footer Navigation</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body d-flex flex-column">
|
<div class="modal-body d-flex flex-column">
|
||||||
<textLink linkType="navigation" text="Terms of use" href="//www.safelite.com/terms-of-use" target="_blank" />
|
<textLink
|
||||||
<textLink linkType="navigation" text="Your privacy choices" href="//www.safelite.com/privacy-center" target="_blank">
|
linkType="navigation"
|
||||||
|
text="Terms of use"
|
||||||
|
href="//www.safelite.com/terms-of-use"
|
||||||
|
target="_blank" />
|
||||||
|
<textLink
|
||||||
|
linkType="navigation"
|
||||||
|
text="Your privacy choices"
|
||||||
|
href="//www.safelite.com/privacy-center"
|
||||||
|
target="_blank">
|
||||||
<template v-slot:after-text>
|
<template v-slot:after-text>
|
||||||
<img class="ccpa-icon" src="~@/assets/img/icons/ccpa-icon.svg" alt="Your privacy choices"/>
|
<img
|
||||||
|
class="ccpa-icon"
|
||||||
|
src="~@/assets/img/icons/ccpa-icon.svg"
|
||||||
|
alt="Your privacy choices" />
|
||||||
</template>
|
</template>
|
||||||
</textLink>
|
</textLink>
|
||||||
<textLink linkType="navigation" text="Warranty" href="//www.safelite.com/national-lifetime-warranty" target="_blank" />
|
<textLink
|
||||||
<textLink linkType="navigation" text="Notice at collection" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d3b95a93-e22e-4d4d-a806-482052406557/9e371601-eae3-4338-9430-b90b9036022b.html" target="_blank" />
|
linkType="navigation"
|
||||||
|
text="Warranty"
|
||||||
|
href="//www.safelite.com/national-lifetime-warranty"
|
||||||
|
target="_blank" />
|
||||||
|
<textLink
|
||||||
|
linkType="navigation"
|
||||||
|
text="Notice at collection"
|
||||||
|
href="https://privacyportal-cdn.onetrust.com/dsarwebform/d3b95a93-e22e-4d4d-a806-482052406557/9e371601-eae3-4338-9430-b90b9036022b.html"
|
||||||
|
target="_blank" />
|
||||||
</div>
|
</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
|
||||||
|
|
@ -143,7 +162,7 @@ export default {
|
||||||
.ccpa-icon {
|
.ccpa-icon {
|
||||||
width: 2.0625rem;
|
width: 2.0625rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
margin-left: .5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-fullscreen {
|
.modal-fullscreen {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue