mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +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 */
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<vue-recaptcha v-show="showcaptcha" sitekey="6LcuUDQpAAAAAPz8007pFD2FigaSh6InnUq_MEd8"
|
||||
<vue-recaptcha class="captcha-withdraw" v-show="showcaptcha" sitekey="6LcuUDQpAAAAAPz8007pFD2FigaSh6InnUq_MEd8"
|
||||
size="normal"
|
||||
theme="dark"
|
||||
hl="tr"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="payment-modal">
|
||||
<div class="payment-modal withdraw-modal">
|
||||
<div class="payments-modal__content close-modal__icon text-styles__margin">
|
||||
<h1>{{ payments ? "Пополнить" : "Вывод" }}</h1>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user