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

View file

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