CASH-403 move copyright to bottom of footer.

This commit is contained in:
Bryan Mauger 2025-04-17 16:37:33 -04:00
parent eac0a89533
commit a9a493888d

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,23 +71,25 @@ 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;
color: $gray-600;
p {
font-size: 0.875rem;
@include media-breakpoint-up(md) {
font-size: 1rem;
}
}
:deep(a) {
text-decoration: none;
&.new-window-link {