Merge pull request #2486 from brkcvn/text-hover

Hover animation development
This commit is contained in:
Burak Civan
2022-06-28 15:37:32 +03:00
committed by GitHub
39 changed files with 12320 additions and 856 deletions

View File

@ -7,10 +7,11 @@
])
>
<span class="material-icons-outlined text-4xl transition-all text-black-400">{{ $icons[$report->id] }}</span>
<div class="h-10 font-medium text-sm mt-2">
<span class="border-b border-transparent transition-all group-hover:border-black">
<x-link.hover group-hover>
{{ $report->name }}
</span>
</x-link.hover>
</div>
</a>
@endforeach