обновление 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>

View File

@@ -28,4 +28,9 @@ $base-width: 100;
.main-content {
max-width: var(--body-width) !important;
margin: 0 auto;
}
}
@font-face {
font-family: 'myFont';
src: url(./fonts/OpenSans-Regular.woff2);
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -23,3 +23,16 @@ $positive : #21BA45;
$negative : #C10015;
$info : #31CCEC;
$warning : #F2C037;
$typography-font-family : 'myFont', Roboto !default;
body, html, #q-app {
font-family: $typography-font-family;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Гарантируем наследование для всех элементов */
* {
font-family: inherit;
}