mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed styles for captcha in payments modal
This commit is contained in:
@@ -59,7 +59,7 @@ input:focus {
|
||||
|
||||
.deposit-icon-diamond img {
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
top: 16%;
|
||||
left: 10%;
|
||||
}
|
||||
|
||||
@@ -191,6 +191,10 @@ input[type="checkbox"]:checked::before {
|
||||
|
||||
/* Withdraw */
|
||||
|
||||
.withdraw-modal {
|
||||
height: 520px;
|
||||
}
|
||||
|
||||
.payments-modal__withdraw {
|
||||
margin-left: 26px;
|
||||
}
|
||||
@@ -229,4 +233,14 @@ input[type="checkbox"]:checked::before {
|
||||
margin-top: 15%;
|
||||
}
|
||||
|
||||
/* /Withdraw */
|
||||
/* /Withdraw */
|
||||
|
||||
/* Captcha Styles */
|
||||
|
||||
.captcha-withdraw {
|
||||
position: relative;
|
||||
left: 20px;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
/* /Captcha Styles */
|
||||
Reference in New Issue
Block a user