development hover animation

This commit is contained in:
Burak Civan
2022-06-22 10:52:41 +03:00
parent ae55e4eb06
commit 249c9ee060
3 changed files with 12141 additions and 755 deletions

View File

@ -7,7 +7,11 @@
<div class="flex items-center">
@if ($report = $class->getReportUrl())
<a href="{{ $report }}" class="text-purple text-sm mr-3 border-b border-transparent transition-all hover:border-purple hover:text-purple-700">{{ trans('widgets.view_report') }}</a>
<a href="{{ $report }}" class="text-purple text-sm mr-3">
<span class="bg-no-repeat bg-0-2 bg-0-full hover:bg-full-2 bg-gradient-to-b from-transparent to-purple transition-backgroundSize">
{{ trans('widgets.view_report') }}
</span>
</a>
@endif
<x-dropdown id="dropdown-widget-{{ $class->model->id }}">