Merge pull request #153 from Safelite/feature/Digital/SSR-232

Feature/digital/ssr 232
This commit is contained in:
Jason Wheeler 2023-02-03 10:56:37 -05:00 committed by GitHub
commit 79b8a12be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View file

@ -69,7 +69,6 @@
</div>
<div class="row form-test-error mt-1">
<error-message
class="small"
:name="formatString(groupName)"
v-if="!suppressError"></error-message>
</div>

View file

@ -20,7 +20,7 @@
{{ value }}
</option>
</select>
<div v-show="errorMessage" class="row mt-2 form-test-error">
<div v-show="errorMessage" class="row mt-1 form-test-error">
<span role="alert">{{ errorMessage }}</span>
</div>
</div>

View file

@ -45,7 +45,7 @@
:data-bs-target="'#' + this.cmsWidgetName" aria-label="Select button" />
</div>
<div v-show="errorMessage" class="row my-1 form-test-error">
<span class="d-inline-flex small mt-0" role="alert">{{ errorMessage }}</span>
<span class="d-inline-flex mt-0" role="alert">{{ errorMessage }}</span>
</div>
</div>
</template>

View file

@ -151,6 +151,7 @@ export default {
justify-content: flex-start;
}
}
& > .container-fluid {
overflow-x: visible; // needed to fix hidden footer on some iphones
}
@ -160,8 +161,15 @@ export default {
text-align: center;
position: sticky;
bottom: 72px;
}
@media only screen and (max-width: 340px) {
.footerImage
{
bottom: 85px;
}
}
#siteFooterImage
{
width: 100%;