WIP update css for welcome page.

This commit is contained in:
Bryan Mauger 2024-04-12 09:19:31 -04:00
parent 4fb644398a
commit 567657b3b4
3 changed files with 11 additions and 1 deletions

View file

@ -21,6 +21,7 @@
.footerImage { .footerImage {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: auto;
img { img {
max-width: 375px; max-width: 375px;
} }

View file

@ -101,6 +101,10 @@
@updatedMobileProviderNumber="setMobileProviderNumber" @updatedMobileProviderNumber="setMobileProviderNumber"
/> />
<contentGroupModal ref="RecalModal" cmsWidgetName="RecalModal" /> <contentGroupModal ref="RecalModal" cmsWidgetName="RecalModal" />
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6 col-xl-4">
<siteFooter <siteFooter
ref="siteFooter" ref="siteFooter"
class="mt-5" class="mt-5"

View file

@ -395,8 +395,13 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.container-fluid { form {
height: 100dvh; height: 100dvh;
.container-fluid {
display: flex;
flex-direction: column;
height: 100%;
}
} }
@-moz-document url-prefix() { @-moz-document url-prefix() {
// Temporary solution that prevents the Continue button from being hidden in Firefox // Temporary solution that prevents the Continue button from being hidden in Firefox