Merge pull request #2813 from Safelite/feature/CASH-1403
CASH-1403: iframe height improvement
This commit is contained in:
commit
523977671c
1 changed files with 2 additions and 9 deletions
|
|
@ -919,13 +919,6 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 650px;
|
min-height: 650px;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
|
|
||||||
@include media-breakpoint-down(lg) {
|
|
||||||
min-height: 1750px;
|
|
||||||
}
|
|
||||||
@include media-breakpoint-down(md) {
|
|
||||||
min-height: 1890px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#pageLoadingModal {
|
#pageLoadingModal {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
|
|
@ -945,11 +938,11 @@ export default {
|
||||||
@include media-breakpoint-down(lg) {
|
@include media-breakpoint-down(lg) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
& > iframe {
|
& > iframe {
|
||||||
flex-basis: 100%;
|
flex-basis: auto;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
& > #cart-container {
|
& > #cart-container {
|
||||||
flex-basis: 100%;
|
flex-basis: auto;
|
||||||
margin: 0 0.5rem;
|
margin: 0 0.5rem;
|
||||||
|
|
||||||
& > button#submit-payment {
|
& > button#submit-payment {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue