CSR-1391 update window height and styles for Afterpay.
This commit is contained in:
parent
45a7969ce6
commit
1f60207983
3 changed files with 35 additions and 1 deletions
|
|
@ -87,6 +87,21 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#afterpay__iframe-checkout-container {
|
||||
width: 100%;
|
||||
}
|
||||
#afterpay__iframe-checkout-container .style_closeWrapper__lIHJe {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.buy-container-closer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.buy-backdrop {
|
||||
background-color: rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
@keyframes rotate {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
|
|
|
|||
|
|
@ -90,6 +90,25 @@
|
|||
}
|
||||
}
|
||||
|
||||
// AfterPay Styles
|
||||
|
||||
#afterpay__iframe-checkout-container {
|
||||
width: 100%;
|
||||
.style_closeWrapper__lIHJe {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.buy-container-closer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.buy-backdrop {
|
||||
background-color: rgba(0,0,0,.3)!important;
|
||||
}
|
||||
|
||||
// Modal Spinner
|
||||
|
||||
@keyframes rotate {
|
||||
0% { transform: rotate(0)}
|
||||
100% { transform: rotate(360deg)}
|
||||
|
|
|
|||
|
|
@ -474,7 +474,7 @@ export default {
|
|||
<style lang="scss">
|
||||
.hop-iframe {
|
||||
position: relative;
|
||||
min-height: 1120px;
|
||||
min-height: 650px;
|
||||
width: 100%;
|
||||
border: 0 none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue