From e218da2844d60df23798b815b4b0a096b1346e72 Mon Sep 17 00:00:00 2001 From: Kroell Date: Tue, 4 Apr 2023 16:29:26 -0400 Subject: [PATCH] move styling from shared component to page-level --- .../button-question/button-question.vue | 4 +- .../address-vehicles/address-vehicles.vue | 74 ++++++++----------- src/layouts/vehicle-damage/vehicle-damage.vue | 2 +- src/layouts/vehicle-lookup/vehicle-lookup.vue | 2 +- 4 files changed, 34 insertions(+), 48 deletions(-) diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index 03253171..63dde223 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -4,14 +4,14 @@ :class=" isOverflowScrollable ? 'button-question button-question-overflow' : 'button-question' "> -
{{ questionText }}
-
+ v-slot="{ meta }"> +
- - - -
+
+ + -
-
- - -
+ id="multiple-vehicles-alert" /> + +
{{ getRouterLinkDisplayTextFromCopy(copy) }} + >{{ getRouterLinkDisplayTextFromCopy(copy) }}
+ +
-
- @@ -304,8 +291,7 @@ export default { margin-bottom: 0 !important; // Overrides extra margin-bottom on alert body text } .overflow-scroll { - height: calc(100% - 432px); + height: calc(100% - 180px); overflow-X: hidden !important; - } diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index 8d525fa7..41160435 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -2,7 +2,7 @@
-
+
-
+