This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
BIN
src/css/fonts/Lato-Regular.woff2
Normal file
BIN
src/css/fonts/Lato-Regular.woff2
Normal file
Binary file not shown.
BIN
src/css/fonts/OpenSans-Regular.woff2
Normal file
BIN
src/css/fonts/OpenSans-Regular.woff2
Normal file
Binary file not shown.
BIN
src/css/fonts/Ubuntu-Regular.woff2
Normal file
BIN
src/css/fonts/Ubuntu-Regular.woff2
Normal file
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user