bank type added
This commit is contained in:
@@ -1445,6 +1445,54 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bank-payment-btn {
|
||||
width: 100%;
|
||||
padding: 14px 18px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background: #1f2937;
|
||||
color: white;
|
||||
font-weight: 700;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
background: #111827;
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 6px 16px rgba(31, 41, 55, 0.22);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bank-payment-modal-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 1001;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 24px;
|
||||
background: rgba(17, 24, 39, 0.55);
|
||||
}
|
||||
|
||||
.bank-payment-modal {
|
||||
position: relative;
|
||||
width: min(960px, 92vw);
|
||||
height: min(760px, 86vh);
|
||||
padding: 56px 16px 16px;
|
||||
background: white;
|
||||
border-radius: 13px;
|
||||
box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
|
||||
}
|
||||
|
||||
.bank-payment-frame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
@@ -1623,6 +1671,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bank-payment-modal-overlay {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.bank-payment-modal {
|
||||
width: 94vw;
|
||||
height: 82vh;
|
||||
padding: 52px 10px 10px;
|
||||
}
|
||||
|
||||
.payment-active h2 {
|
||||
font-size: 1.25rem;
|
||||
margin-bottom: 16px;
|
||||
|
||||
Reference in New Issue
Block a user