Merge pull request #2735 from Safelite/CASH-1327-quote-page-updates-2

CASH-1327 quote page updates 2
This commit is contained in:
bmauger 2025-08-06 12:30:45 -04:00 committed by GitHub
commit face1ee14d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -228,10 +228,7 @@ export default {
}
&.has-package-discount {
min-height: 140px;
@include media-breakpoint-up(md) {
min-height: 170px;
}
min-height: 170px;
}
&:before {

View file

@ -922,6 +922,11 @@ export default {
width: -moz-available;
}
}
.promo-modal-question {
@include media-breakpoint-up(md) {
justify-content: center;
}
}
//Save email modal ONLY centered on screen for quote page only
.save-progress-popup-question {
:deep(.modal-component) {