File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ class="overlook-link absolute inset-0 py-2 px-3 text-gray-600 font-medium ring-p
2323 <x-filament::icon
2424 :icon =" $resource['icon']"
2525 :size =" 24"
26- class =" overlook-icon w-auto h-24 absolute left -0 top-8 text-primary-500 opacity-20 dark:opacity-20 transition group-hover:scale-110 group-hover:-rotate-12 group-hover:opacity-40 dark:group-hover:opacity-80"
26+ class =" overlook-icon w-auto h-24 absolute start -0 top-8 text-primary-500 opacity-20 dark:opacity-20 transition group-hover:scale-110 group-hover:-rotate-12 rtl:group-hover: rotate-12 group-hover:opacity-40 dark:group-hover:opacity-80"
2727 />
2828 @endif
2929 <span class =" overlook-name" >{{ $resource [' name' ] } } </span >
30- <span class =" overlook-count text-gray-600 dark:text-gray-300 absolute leading-none bottom-3 right -4 text-3xl font-bold" >{{ $resource [' count' ] } } </span >
30+ <span class =" overlook-count text-gray-600 dark:text-gray-300 absolute leading-none bottom-3 end -4 text-3xl font-bold" >{{ $resource [' count' ] } } </span >
3131 </a >
3232 </x-filament::section >
3333 </x-filament::grid .column >
You can’t perform that action at this time.
0 commit comments