This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;">
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user