From 92f1c580077d9dc1f0074db06ba816b0a43f44c4 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 7 Apr 2023 19:03:12 -0400 Subject: [PATCH] WIP Scrolling page. --- .../button-question/button-question.vue | 25 +- .../site-header/menu-modal/menu-modal.vue | 6 +- .../policy-holder-details.vue | 195 +++--- src/layouts/vehicle-damage/vehicle-damage.vue | 424 ++++++------ src/layouts/vehicle-make/vehicle-make.vue | 142 ++-- src/layouts/vehicle-model/vehicle-model.vue | 169 ++--- src/layouts/vehicle-style/vehicle-style.vue | 45 +- src/layouts/vehicle-year/vehicle-year.vue | 164 ++--- src/layouts/welcome-page/welcome-page.vue | 634 +++++++++--------- src/styles/common-styles.scss | 2 +- 10 files changed, 943 insertions(+), 863 deletions(-) diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index 63dde223..b2f57269 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -4,7 +4,7 @@ :class=" isOverflowScrollable ? 'button-question button-question-overflow' : 'button-question' "> -
{{ questionText }}
@@ -13,7 +13,6 @@
\ No newline at end of file + #address-questions-wrapper .form-test-error { + line-height: 24px; + } + diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index 41160435..717f3369 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -1,58 +1,64 @@ - +}; + + + diff --git a/src/layouts/vehicle-style/vehicle-style.vue b/src/layouts/vehicle-style/vehicle-style.vue index 893de9d0..35baf525 100644 --- a/src/layouts/vehicle-style/vehicle-style.vue +++ b/src/layouts/vehicle-style/vehicle-style.vue @@ -1,22 +1,18 @@ - +}; + + + diff --git a/src/layouts/welcome-page/welcome-page.vue b/src/layouts/welcome-page/welcome-page.vue index 82fe74a2..e0633b2f 100644 --- a/src/layouts/welcome-page/welcome-page.vue +++ b/src/layouts/welcome-page/welcome-page.vue @@ -1,116 +1,115 @@ -