w-aura/src/components/PaymentPage/styles.css
Денис Катаев b5aabf16cc AW-22-deleteChargebee
2024-04-19 16:30:40 +00:00

155 lines
2.5 KiB
CSS

.page-header {
width: 100%;
text-align: center;
margin: 10px 0 30px;
}
.page-header > img {
max-width: 400px;
width: 100%;
margin-bottom: 10px;
}
.page-header > img:last-child {
max-width: 100px;
}
.payment-card {
margin-right: 8px;
}
.payment-divider {
width: 100%;
height: 30px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
.payment-btn {
height: 25px;
}
.payment-warining {
margin-top: 28px;
max-width: 400px;
line-height: 1.5;
font-size: 15px;
}
.payment-inforamtion {
font-size: 12px;
line-height: 1.5;
letter-spacing: 0.0008em;
}
.payment-card-list {
display: flex;
justify-content: space-between;
margin: 12px auto;
width: 213px;
}
.payment-modal-header {
align-items: center;
border-bottom: 1px solid #c7c7c7;
display: flex;
flex-direction: column;
margin-bottom: 16px;
}
.payment-input {
padding-bottom: 4px;
border-radius: 10px;
border: 1px solid #c7c7c7 !important;
padding: 14px 12px;
width: 100%;
height: 48px;
text-rendering: optimizeLegibility;
margin-bottom: 12px;
}
.payment-group {
display: flex;
}
.payment-group > .payment-input:first-child {
margin-right: 12px;
}
.payment-form-stripe {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
.payment-loader {
display: flex;
justify-content: center;
align-items: center;
}
.error-modal .title {
text-align: left;
}
.blockquote {
margin: 12px 0;
border-left: 3px solid #000;
padding-left: 12px;
line-height: 1.5;
font-weight: 500;
}
.payment-buttons-container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
.pay-btn,
.gpay-button-fake-loader,
.apple-pay-button-placeholder {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 60px;
max-width: 400px;
min-width: 250px;
width: 100%;
border-radius: 19px;
}
.pay-btn .gpay-button {
height: 60px;
border-radius: 19px;
}
.gpay-button-fake-loader {
background-image: url(./methods/GooglePay/dark_gpay.svg);
background-origin: content-box;
background-position: center center;
background-size: contain;
}
.apple-pay-button-placeholder {
background-size: 100% 60%;
background-position: 50% 50%;
background-image: -webkit-named-image(apple-pay-logo-white);
}
.gpay-button-fake-loader,
.apple-pay-button-placeholder {
cursor: wait;
display: flex;
align-items: end;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0.5);
padding: 12px 15% 10px;
}