mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
fixed styles for captcha in payments modal
This commit is contained in:
@@ -59,7 +59,7 @@ input:focus {
|
|||||||
|
|
||||||
.deposit-icon-diamond img {
|
.deposit-icon-diamond img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20%;
|
top: 16%;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -191,6 +191,10 @@ input[type="checkbox"]:checked::before {
|
|||||||
|
|
||||||
/* Withdraw */
|
/* Withdraw */
|
||||||
|
|
||||||
|
.withdraw-modal {
|
||||||
|
height: 520px;
|
||||||
|
}
|
||||||
|
|
||||||
.payments-modal__withdraw {
|
.payments-modal__withdraw {
|
||||||
margin-left: 26px;
|
margin-left: 26px;
|
||||||
}
|
}
|
||||||
@@ -230,3 +234,13 @@ input[type="checkbox"]:checked::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* /Withdraw */
|
/* /Withdraw */
|
||||||
|
|
||||||
|
/* Captcha Styles */
|
||||||
|
|
||||||
|
.captcha-withdraw {
|
||||||
|
position: relative;
|
||||||
|
left: 20px;
|
||||||
|
top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* /Captcha Styles */
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<vue-recaptcha v-show="showcaptcha" sitekey="6LcuUDQpAAAAAPz8007pFD2FigaSh6InnUq_MEd8"
|
<vue-recaptcha class="captcha-withdraw" v-show="showcaptcha" sitekey="6LcuUDQpAAAAAPz8007pFD2FigaSh6InnUq_MEd8"
|
||||||
size="normal"
|
size="normal"
|
||||||
theme="dark"
|
theme="dark"
|
||||||
hl="tr"
|
hl="tr"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="payment-modal">
|
<div class="payment-modal withdraw-modal">
|
||||||
<div class="payments-modal__content close-modal__icon text-styles__margin">
|
<div class="payments-modal__content close-modal__icon text-styles__margin">
|
||||||
<h1>{{ payments ? "Пополнить" : "Вывод" }}</h1>
|
<h1>{{ payments ? "Пополнить" : "Вывод" }}</h1>
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user