CASH-1327 quote page bug fixes.
This commit is contained in:
parent
b755fd06c0
commit
c864befa4a
2 changed files with 15 additions and 4 deletions
|
|
@ -228,7 +228,10 @@ export default {
|
|||
}
|
||||
|
||||
&.has-package-discount {
|
||||
min-height: 170px;
|
||||
min-height: 140px;
|
||||
@include media-breakpoint-up(md) {
|
||||
min-height: 170px;
|
||||
}
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
alertClass="alert-info" />
|
||||
|
||||
<promoModalQuestion
|
||||
class="mt-6 d-flex justify-content-center"
|
||||
class="mt-6 d-flex"
|
||||
v-model="lineItems"
|
||||
:addableVaps="addableVaps"
|
||||
pageName="quote"
|
||||
|
|
@ -927,16 +927,19 @@ export default {
|
|||
:deep(.modal-component) {
|
||||
.modal-dialog {
|
||||
max-width: 767px;
|
||||
margin: 0 auto;
|
||||
margin: 0 0.5rem;
|
||||
top: 30px;
|
||||
@include media-breakpoint-up(md) {
|
||||
width: 50%;
|
||||
max-width: 600px;
|
||||
top: -10%;
|
||||
top: 50px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
transform: none;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.modal-content {
|
||||
border-radius: 0.5rem;
|
||||
@include media-breakpoint-up(md) {
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
|
|
@ -945,6 +948,10 @@ export default {
|
|||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
&.modal-dialog-centered {
|
||||
height: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
}
|
||||
.modal-footer {
|
||||
button {
|
||||
|
|
@ -958,6 +965,7 @@ export default {
|
|||
margin: 0 auto 1rem;
|
||||
color: $blue;
|
||||
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue