Merge pull request #200 from Safelite/feature/digital/SSR-309
Feature/digital/ssr 309
This commit is contained in:
commit
b64d73458b
2 changed files with 9 additions and 4 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="row" >
|
|
||||||
</div>
|
|
||||||
<div class="footerImage" id="imgCity" v-if="footerImageURL" >
|
<div class="footerImage" id="imgCity" v-if="footerImageURL" >
|
||||||
<img id="siteFooterImage" :src="footerImageURL" />
|
<img id="siteFooterImage" :src="footerImageURL" />
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -160,7 +158,7 @@ export default {
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 340px) {
|
@media only screen and (max-width: 340px) {
|
||||||
.footerImage
|
.footerImage
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
disableAutoFill />
|
disableAutoFill />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mt-4 position-sticky top-100">
|
<div class="row mt-4 position-sticky top-100" id="welcomeFooter">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<site-footer
|
<site-footer
|
||||||
cmsWidgetName="SiteFooterWidget"
|
cmsWidgetName="SiteFooterWidget"
|
||||||
|
|
@ -342,4 +342,11 @@
|
||||||
{
|
{
|
||||||
margin-bottom: 0rem !important;
|
margin-bottom: 0rem !important;
|
||||||
}
|
}
|
||||||
|
// Temporary solution that prevents the Continue button from being hidden in Firefox
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
#welcomeFooter {
|
||||||
|
position: static !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue