CASH-1327 quote page updates.
This commit is contained in:
parent
da0879a730
commit
7a876cc41f
2 changed files with 6 additions and 4 deletions
|
|
@ -228,10 +228,7 @@ export default {
|
|||
}
|
||||
|
||||
&.has-package-discount {
|
||||
min-height: 140px;
|
||||
@include media-breakpoint-up(md) {
|
||||
min-height: 170px;
|
||||
}
|
||||
min-height: 170px;
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue