CASH-1327 quote page updates.

This commit is contained in:
Bryan Mauger 2025-08-06 12:15:59 -04:00
parent da0879a730
commit 7a876cc41f
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) {