From 143a00e315a79e304e0223beaf5d224d4addfd86 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 19 Sep 2022 13:06:10 -0400 Subject: [PATCH] CSR-848 *Put all package variation modal on test Quote page. *Fix font color. *Fix text wrap on cash/insurance button. *Re-add router info for test page. --- src/common-components/modal/modal.vue | 7 +- .../text-block/text-block.vue | 2 +- src/layouts/quote/quote.vue | 70 +++++++++++++++++++ src/router/index.js | 7 +- .../list-button-horizontal.vue | 8 ++- .../radio-service-package.vue | 14 +++- 6 files changed, 103 insertions(+), 5 deletions(-) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 1352fa2f2..8c36cc5ea 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -6,7 +6,7 @@