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') }} {{ $t('faq__description') }}
<a <a
href="mailto:support@tgcrew.ru" href="mailto:support@tgcrew.app"
style="text-decoration: none; color: inherit" style="text-decoration: none; color: inherit"
> >
support@tgcrew.ru support@tgcrew.app
</a> </a>
</div> </div>
</div> </div>

View File

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

View File

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

View File

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

View File

@@ -32,16 +32,15 @@
<div class="text-center q-pt-md"> <div class="text-center q-pt-md">
<a <a
href="mailto:info@tgcrew.ru" href="mailto:info@tgcrew.app"
style="text-decoration: none; color: inherit" style="text-decoration: none; color: inherit"
> >
{{ $t('price__request') }}<br> {{ $t('price__request') }}<br>
info@tgcrew.ru info@tgcrew.app
</a> </a>
</div> </div>
</div> </div>
</div> </div>
<div class="flex items-center q-pt-md" style="min-height: 50px;"> <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); backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
border-radius: 24px; 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); transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
&.is-hovered { &.is-hovered {

Binary file not shown.