From 86d7760d771e5432b78200d560695e980da66be5 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 14 Apr 2023 15:57:49 -0400 Subject: [PATCH] Functionality mostly complete, need Bryan to take a stab at remaining styling --- .../service-location/service-location.vue | 4 +- .../shop-list-button/shop-list-button.vue | 60 ++++++++++--------- .../shop-question/shop-question.vue | 21 ++++--- 3 files changed, 44 insertions(+), 41 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index c5525ec54..422f5ba2f 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -66,7 +66,9 @@ modalWidgetName="MobileLocationModalWidget" /> - -
-
- {{ buttonLabel }} - {{ - buttonLabelSubCopy - }} -
- {{ buttonAuxillaryCopy }} + + +
+
+ {{ buttonLabel }} + {{ + buttonLabelSubCopy + }} +
+ {{ buttonAuxillaryCopy }} +
+ + + {{ screenReaderOnlyText }} + +
- - - {{ screenReaderOnlyText }} - - -
- + + @@ -176,7 +177,6 @@ export default { .question-text { margin-top: 0.5rem !important; } - } } @@ -191,5 +191,4 @@ export default { padding-left: 1.5rem !important; padding-right: 0.5rem !important; } -