update email
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-20 12:32:33 +03:00
parent 74d7171d4b
commit afe414e7d9
7 changed files with 10 additions and 11 deletions

View File

@@ -20,10 +20,10 @@
>
{{ $t('faq__description') }}
<a
href="mailto:support@tgcrew.ru"
href="mailto:support@tgcrew.app"
style="text-decoration: none; color: inherit"
>
support@tgcrew.ru
support@tgcrew.app
</a>
</div>
</div>

View File

@@ -20,10 +20,10 @@
<div class="flex items-center no-wrap">
<q-icon name="mdi-email-outline" color="brand" class="q-pr-xs"/>
<a
href="mailto:info@tgcrew.ru"
href="mailto:info@tgcrew.app"
style="text-decoration: none; color: inherit"
>
info@tgcrew.ru
info@tgcrew.app
</a>
</div>
</div>

View File

@@ -9,8 +9,8 @@
:useTabsNoCaps
>
<template #default="{ item }">
<div class="relative-position w60 q-pt-md">
<div style="height: 60vh; position: relative;">
<div class="relative-position w60 q-mt-md">
<div style="height: 60vh; position: relative; border-radius: 24px; overflow: hidden;">
<iframe
v-if="item.name === 'intro'"
:key="item.name"

View File

@@ -26,7 +26,7 @@
</div>
<q-card
flat
class="bg-white rounded-card"
class="crew-card"
>
<q-item v-if="item.name === 'legal'">
<q-item-section avatar>

View File

@@ -32,16 +32,15 @@
<div class="text-center q-pt-md">
<a
href="mailto:info@tgcrew.ru"
href="mailto:info@tgcrew.app"
style="text-decoration: none; color: inherit"
>
{{ $t('price__request') }}<br>
info@tgcrew.ru
info@tgcrew.app
</a>
</div>
</div>
</div>
<div class="flex items-center q-pt-md" style="min-height: 50px;">

View File

@@ -116,7 +116,7 @@ body, html, #q-app {
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 24px;
border: 1px solid rgba(255, 255, 255, 0.3);
border: 1px solid #e0e0e0;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
&.is-hovered {