CSR-1391 update window height and styles for Afterpay.

This commit is contained in:
Bryan Mauger 2023-11-08 10:20:11 -05:00
parent 45a7969ce6
commit 1f60207983
3 changed files with 35 additions and 1 deletions

View file

@ -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);

View file

@ -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)}

View file

@ -474,7 +474,7 @@ export default {
<style lang="scss">
.hop-iframe {
position: relative;
min-height: 1120px;
min-height: 650px;
width: 100%;
border: 0 none;
}