design
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-20 20:15:46 +03:00
parent 5db9151fd6
commit e55bf1ccd0
3 changed files with 10 additions and 3 deletions

Binary file not shown.

View File

@@ -36,8 +36,7 @@
>
<span
@click="router.push({ name: item.route })"
class="cursor-pointer"
style="color: inherit"
class="cursor-pointer doc-link"
>
{{ $t(item.translationKey) }}
</span>
@@ -91,4 +90,12 @@
</script>
<style scoped>
.doc-link {
color: inherit;
}
.doc-link:hover {
color: var(--q-primary);
}
</style>

View File

@@ -2,7 +2,7 @@
<div
class="crew-card column items-center q-pa-xl fit"
>
<div class="text-bold text-h4 text-center q-pt-md">
<div class="text-bold text-h4 text-center q-py-md">
{{ $t(title ?? '') }}
</div>