WIP update css for welcome page.
This commit is contained in:
parent
4fb644398a
commit
567657b3b4
3 changed files with 11 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
.footerImage {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: auto;
|
||||
img {
|
||||
max-width: 375px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,10 @@
|
|||
@updatedMobileProviderNumber="setMobileProviderNumber"
|
||||
/>
|
||||
<contentGroupModal ref="RecalModal" cmsWidgetName="RecalModal" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6 col-xl-4">
|
||||
<siteFooter
|
||||
ref="siteFooter"
|
||||
class="mt-5"
|
||||
|
|
|
|||
|
|
@ -395,8 +395,13 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.container-fluid {
|
||||
form {
|
||||
height: 100dvh;
|
||||
.container-fluid {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
// Temporary solution that prevents the Continue button from being hidden in Firefox
|
||||
|
|
|
|||
Loading…
Reference in a new issue