w-aura/src/components/PaymentPage/styles.css
Aidar Shaikhutdin @makeweb.space 70a00fd89a feat: Chargebee integration init
2023-06-07 21:50:09 +03:00

65 lines
924 B
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: .0008em;
}
.payment-chargebee {
width: 100%;
}
.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;
}