diff --git a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css index 9294f84..8e31bea 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css @@ -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 */ \ No newline at end of file +/* /Withdraw */ + +/* Captcha Styles */ + +.captcha-withdraw { + position: relative; + left: 20px; + top: 15px; +} + +/* /Captcha Styles */ \ No newline at end of file diff --git a/luckydiamond/src/components/CaptchaComponent.vue b/luckydiamond/src/components/CaptchaComponent.vue index 434b5da..ad6de0f 100644 --- a/luckydiamond/src/components/CaptchaComponent.vue +++ b/luckydiamond/src/components/CaptchaComponent.vue @@ -1,5 +1,5 @@