fixed styles for captcha in payments modal

This commit is contained in:
Kostya
2023-12-23 15:31:03 +03:00
parent f199babb64
commit aa72ee65d1
3 changed files with 18 additions and 4 deletions

View File

@@ -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 */