mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
added styles for withdraw modal, payments modal
This commit is contained in:
@@ -65,7 +65,7 @@ input:focus {
|
||||
|
||||
.deposit-icon__input .promo-input,
|
||||
.deposit-icon__input .deposit-amount__input,
|
||||
.withdraw-input input{
|
||||
.withdraw-input .with-input{
|
||||
width: 350px;
|
||||
height: 44px;
|
||||
border-radius: 15px;
|
||||
@@ -110,6 +110,16 @@ input:focus {
|
||||
margin-top: 11px;
|
||||
}
|
||||
|
||||
.withdraw-checkbox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 11px;
|
||||
}
|
||||
|
||||
.withdraw-checkbox h3 {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.checkbox-styles input[type="checkbox"] {
|
||||
background: #22252F;
|
||||
border-radius: 8px;
|
||||
@@ -190,7 +200,7 @@ input[type="checkbox"]:checked::before {
|
||||
}
|
||||
|
||||
.btn-withdraw {
|
||||
margin-top: 30%;
|
||||
margin-top: 15%;
|
||||
}
|
||||
|
||||
/* /Withdraw */
|
||||
Reference in New Issue
Block a user