Improve design + fix design + add redirections

This commit is contained in:
2020-12-31 16:54:31 +01:00
parent 4fc649ce68
commit 12eb9ed766
11 changed files with 26 additions and 14 deletions

View File

@@ -83,12 +83,7 @@
</h3>
<div class="my-4 text-purple-500">
{{ $t('contact.available.start') }}
<span
class="p-1 font-bold rounded-xl mx-1"
:class="getColor"
>
{{ $t('hiring.status.' + status) }}
</span>
<span class="py-1 px-2 font-bold rounded-full m-0.5" :class="getColor">{{ $t('hiring.status.' + status) }}</span>
{{ $t('contact.available.end') }}
</div>
</div>