| Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/view/frontend/web/css/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/view/frontend/web/css/wallets.css |
/* Apple Pay */
.stripe-payments-apple-pay-section {
text-align: center;
margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
font-weight: bold;
margin: 10px 0;
float: none;
display: block;
}
/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
display: inline-block;
font-weight: bold;
margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
text-align: center;
padding: 10px 0 15px;
font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
margin-bottom: 18px;
}
.indent {
margin-right: 20px;
}
/* Stripe Express */
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.box-tocart .action.tocart.payment-request-button
{
padding: 0;
}
.payment-request-button {
width: 240px;
}
.payment-request-button.disabled,
.payment-request-button.disabled * {
pointer-events: none !important;
}
.payment-request-button.disabled {
opacity: 0.5;
filter: grayscale(50%);
}
.payment-request-button.disabled::after {
position: relative;
height: 1em;
width: 1em;
display: block;
left: 50%;
margin-left: -.5em;
margin-top: -1.2em;
content: '';
-webkit-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background: url(../svg/loader.svg) center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0, 0, 0, .75)
}
.catalog-product-view .payment-request-button {
margin-bottom: 15px;
margin-right: 1%;
width: 49%;
}
.stripe-payments-express-minicart {
margin-top: 15px;
}
.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
width: 100% !important;
}
.cart-summary .stripe-payments-express-minicart {
margin-top: 0;
margin-bottom: 25px;
}