
| Current Path : /var/www/html/store/web/modules/contrib/commerce_paypal/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/web/modules/contrib/commerce_paypal/css/paypal-checkout.css |
@media all and (min-width: 61em) {
.path-cart .paypal-buttons-container {
float: right;
width: 40%;
}
.path-cart .cart-form {
clear: right;
}
}
.paypal-background-overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 200;
display: flex;
align-items: center;
justify-content: center;
}
.paypal-background-overlay-loader {
border: 16px solid #f3f3f3;
border-top: 16px solid #3498db;
border-radius: 50%;
width: 120px;
height: 120px;
animation: paypal-spin-loader 2s linear infinite;
}
@keyframes paypal-spin-loader {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}