87 lines
1.9 KiB
CSS
87 lines
1.9 KiB
CSS
.core_payment_gateways_modal .moneta .icon {
|
|
height: 30px;
|
|
width: auto;
|
|
max-width: none;
|
|
}
|
|
|
|
/* Карточка перехода к оплате (templates/payment_form.mustache). */
|
|
.paygw-moneta-checkout {
|
|
max-width: 30rem;
|
|
margin-top: 1rem;
|
|
border-radius: 1.25rem;
|
|
}
|
|
|
|
.paygw-moneta-checkout-brand {
|
|
display: inline-block;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.paygw-moneta-checkout-logo {
|
|
display: block;
|
|
height: 36px;
|
|
width: auto;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.paygw-moneta-checkout-label {
|
|
margin-bottom: 0.5rem;
|
|
color: var(--bs-secondary-color, #6c757d);
|
|
font-size: 0.8125rem;
|
|
font-weight: 600;
|
|
letter-spacing: 0.08em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
/* Название курса бывает длинным: переносим по словам, а слишком длинное слово — где угодно. */
|
|
.paygw-moneta-checkout-title {
|
|
margin: 0 0 1.5rem;
|
|
font-size: 1.5rem;
|
|
font-weight: 700;
|
|
line-height: 1.3;
|
|
overflow-wrap: anywhere;
|
|
hyphens: auto;
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
.paygw-moneta-checkout-title {
|
|
font-size: 1.25rem;
|
|
}
|
|
}
|
|
|
|
.paygw-moneta-checkout-total {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
gap: 0.25rem 1rem;
|
|
margin-bottom: 1.5rem;
|
|
padding: 1.25rem 0;
|
|
border-top: 1px solid var(--bs-border-color, #dee2e6);
|
|
border-bottom: 1px solid var(--bs-border-color, #dee2e6);
|
|
}
|
|
|
|
.paygw-moneta-checkout-cost {
|
|
margin-left: auto;
|
|
font-size: 2rem;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.paygw-moneta-checkout-button {
|
|
border-radius: 0.75rem;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.paygw-moneta-checkout-note {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 0.5rem;
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
.paygw-moneta-checkout-note .icon {
|
|
flex-shrink: 0;
|
|
margin: 0.2em 0 0;
|
|
}
|