Merge pull request #2386 from Safelite/CASH-442-onetrust-cookie-link
CASH-442 update cookie link. Test.
This commit is contained in:
commit
a4395de6d7
1 changed files with 5 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue