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

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

View File

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