Merge pull request #2449 from Safelite/CASH-403-update-footer

CASH-403 merge footer changes into 05.01.
This commit is contained in:
bmauger 2025-04-25 11:12:19 -04:00 committed by GitHub
commit 3a0c295799
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@
</div>
</div>
<div class="footer-inner-wrapper">
<p class="mx-3 my-0 pb-1">&copy; 2025 Safelite Group</p>
<textLink
linkType="newWindowLink"
text="Terms of service"
@ -39,6 +38,7 @@
href="https://www.safelite.com/ccpa-privacy-policy"
target="_blank" />
</div>
<p class="mx-3 my-0 pb-1">&copy; 2025 Safelite Group</p>
</div>
</template>
@ -60,8 +60,9 @@ export default {
flex-direction: column;
width: 100%;
background: transparent;
align-items: end;
align-items: center;
margin-top: auto;
padding: 0 0 2rem 0;
.skyline {
height: 96px;
@ -70,30 +71,34 @@ export default {
height: 48px;
}
p {
font-size: 0.875rem;
margin-top: 0.25rem;
@include media-breakpoint-up(md) {
font-size: 1rem;
margin-top: 0.5rem;
}
}
.footer-inner-wrapper {
display: flex;
flex-direction: column;
border-top: 1px solid $gray;
padding: 2rem 0;
padding: 2rem 0 0 0;
width: 100%;
justify-content: center;
align-items: center;
p {
font-size: 0.875rem;
color: $black;
@include media-breakpoint-up(md) {
font-size: 1rem;
}
}
color: $gray-600;
:deep(a) {
text-decoration: none;
&.new-window-link {
margin: 0 0.75rem;
color: $gray-600;
}
&.navigation-link {
margin: 0 0.75rem;
color: $gray-600;
}
}