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%;
|
||||
min-height: 650px;
|
||||
border: 0 none;
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
min-height: 1750px;
|
||||
}
|
||||
@include media-breakpoint-down(md) {
|
||||
min-height: 1890px;
|
||||
}
|
||||
}
|
||||
#pageLoadingModal {
|
||||
background-color: red;
|
||||
|
|
@ -945,11 +938,11 @@ export default {
|
|||
@include media-breakpoint-down(lg) {
|
||||
flex-direction: column;
|
||||
& > iframe {
|
||||
flex-basis: 100%;
|
||||
flex-basis: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
& > #cart-container {
|
||||
flex-basis: 100%;
|
||||
flex-basis: auto;
|
||||
margin: 0 0.5rem;
|
||||
|
||||
& > button#submit-payment {
|
||||
|
|
|
|||
Loading…
Reference in a new issue