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 { .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 */

View File

@@ -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"

View File

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