From 025ae14047969d682abf7bbc781a80a9ccda08ba Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 22 Feb 2022 10:11:18 -0500 Subject: [PATCH] Progress checkin for Bryan to look at styling --- .../dropdown-question/dropdown-question.vue | 41 +++++ .../text-question/text-question.vue | 26 ++++ .../address-questions/address-questions.vue | 140 +++++++++--------- 3 files changed, 134 insertions(+), 73 deletions(-) create mode 100644 src/common-components/dropdown-question/dropdown-question.vue create mode 100644 src/common-components/text-question/text-question.vue diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue new file mode 100644 index 000000000..3f1f6b047 --- /dev/null +++ b/src/common-components/dropdown-question/dropdown-question.vue @@ -0,0 +1,41 @@ + + + diff --git a/src/common-components/text-question/text-question.vue b/src/common-components/text-question/text-question.vue new file mode 100644 index 000000000..5a4b48b42 --- /dev/null +++ b/src/common-components/text-question/text-question.vue @@ -0,0 +1,26 @@ + + + diff --git a/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue b/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue index 8560e59c4..230551e38 100644 --- a/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue +++ b/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue @@ -2,87 +2,21 @@
- - +
- - +
- - +
@@ -109,6 +43,8 @@