Merge pull request #2753 from Safelite/BRM-fix-shadow-on-email-confirmation

BRM fix shadow on quote page.
This commit is contained in:
bmauger 2025-08-12 10:26:59 -04:00 committed by GitHub
commit dbe321cd34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;