Code cleanup.

This commit is contained in:
Bryan Mauger 2023-11-08 10:25:28 -05:00
parent 1f60207983
commit b7f8dd4846
2 changed files with 12 additions and 14 deletions

View file

@ -87,10 +87,13 @@
display: none;
}
#afterpay__iframe-checkout-container {
.buy-backdrop {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.buy-backdrop #afterpay__iframe-checkout-container {
width: 100%;
}
#afterpay__iframe-checkout-container .style_closeWrapper__lIHJe {
.buy-backdrop #afterpay__iframe-checkout-container .style_closeWrapper__lIHJe {
display: none;
}
@ -98,10 +101,6 @@
display: none;
}
.buy-backdrop {
background-color: rgba(0, 0, 0, 0.3) !important;
}
@keyframes rotate {
0% {
transform: rotate(0);

View file

@ -92,10 +92,13 @@
// AfterPay Styles
#afterpay__iframe-checkout-container {
width: 100%;
.style_closeWrapper__lIHJe {
display: none;
.buy-backdrop {
background-color: rgba(0,0,0,.3)!important;
#afterpay__iframe-checkout-container {
width: 100%;
.style_closeWrapper__lIHJe {
display: none;
}
}
}
@ -103,10 +106,6 @@
display: none;
}
.buy-backdrop {
background-color: rgba(0,0,0,.3)!important;
}
// Modal Spinner
@keyframes rotate {