обновление favicon
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-24 11:35:50 +03:00
parent d1f97f9efe
commit adbc1d66c2
20 changed files with 103 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="flex row items-center no-wrap">
<svg
class="iconcolor q-mr-sm"
class="iconcolor q-mr-xs"
viewBox="0 0 8.4666662 8.4666662"
width="32"
height="32"
@@ -68,11 +68,11 @@
</g>
</svg>
<span class="text-h4 q-pr-xs text-brand" style="color: var(--logo-color-bg-white);">
<span class="text-h4 text-brand" style="color: var(--logo-color-bg-white);">
tg
</span>
<span class="text-h4 text-brand2 text-bold q-pa-0">
<span class="text-h4 text-brand2 text-bold q-pa-0">
Crew
</span>
@@ -105,7 +105,7 @@
@keyframes blink {
100%,
0% {
fill: #f8b59b;
fill: #fa9e7a;
}
60% {
fill: #F36D3A;

View File

@@ -47,7 +47,7 @@
dense
>
<q-item-section avatar>
<q-avatar text-color="brand">
<q-avatar text-color="brand2">
<q-icon v-if="item.icon" :name="item.icon" size="md"/>
<span v-else class="text-bold">{{ item.text }}</span>
</q-avatar>