2024-02-15 17:58:56 +00:00
|
|
|
.ppcp-axo-watermark-container {
|
2024-02-12 18:06:48 +00:00
|
|
|
max-width: 200px;
|
|
|
|
margin-top: 10px;
|
2024-05-23 01:30:20 +02:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&.loader:before {
|
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
margin-left: -6px;
|
|
|
|
margin-top: -6px;
|
|
|
|
left: 12px;
|
|
|
|
}
|
2024-02-12 18:06:48 +00:00
|
|
|
}
|
|
|
|
|
2024-02-15 17:58:56 +00:00
|
|
|
.ppcp-axo-payment-container {
|
2024-02-12 18:06:48 +00:00
|
|
|
padding: 1rem 0;
|
|
|
|
background-color: #ffffff;
|
2024-02-15 17:58:56 +00:00
|
|
|
|
2024-05-13 16:32:10 +02:00
|
|
|
&.axo-hidden {
|
2024-02-15 17:58:56 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ppcp-axo-email-widget {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2024-02-12 18:06:48 +00:00
|
|
|
}
|
2024-03-08 14:39:50 +00:00
|
|
|
|
|
|
|
.ppcp-axo-field-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2024-04-10 18:27:21 +01:00
|
|
|
|
|
|
|
.ppcp-axo-customer-details {
|
|
|
|
margin-bottom: 40px;
|
2024-05-23 01:30:20 +02:00
|
|
|
position: relative;
|
2024-04-10 18:27:21 +01:00
|
|
|
}
|
2024-04-30 14:50:38 +02:00
|
|
|
|
|
|
|
.axo-checkout-header-section {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
gap: 1em;
|
|
|
|
}
|
2024-04-30 14:58:08 +02:00
|
|
|
|
|
|
|
.ppcp-axo-order-button {
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: var(--global-md-spacing) 0 1em;
|
|
|
|
padding: 0.6em 1em;
|
|
|
|
}
|
2024-05-07 15:37:39 +02:00
|
|
|
|
2024-05-23 01:30:20 +02:00
|
|
|
.ppcp-axo-watermark-loading {
|
|
|
|
min-height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ppcp-axo-overlay,
|
|
|
|
.ppcp-axo-watermark-loading:after {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2024-05-23 10:51:27 +02:00
|
|
|
background: rgba(255, 255, 255, 0.5);
|
2024-05-23 01:30:20 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
z-index: 999;
|
|
|
|
content: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
.ppcp-axo-loading .col-1 {
|
|
|
|
position: relative;
|
|
|
|
opacity: 0.9;
|
|
|
|
transition: opacity 0.5s ease;
|
|
|
|
}
|
|
|
|
|
2024-05-10 00:55:28 +02:00
|
|
|
#payment .payment_methods li label[for="payment_method_ppcp-axo-gateway"] {
|
|
|
|
img {
|
|
|
|
float: none;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ppcp-card-icon {
|
|
|
|
max-height: 25px;
|
|
|
|
}
|
2024-05-07 15:37:39 +02:00
|
|
|
}
|