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

View File

@@ -2,7 +2,7 @@
<div <div
class="crew-card column items-center q-pa-xl fit" 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 ?? '') }} {{ $t(title ?? '') }}
</div> </div>