From 6f95d6bd7d0fffba02992b9bf008f1eac84ea858 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 12 Aug 2025 10:03:06 -0400 Subject: [PATCH] BRM fix shadow on quote page. --- src/layouts/quote/quote.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 3c41fdb22..212b6f109 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -976,6 +976,9 @@ export default { } } } + :deep(.cash-or-insurance-question .list-button-horizontal) { + box-shadow: none; + } } .quote-page.show-save-progress-popup .row.justify-content-center { display: none;