html styling
This commit is contained in:
@@ -270,7 +270,12 @@
|
|||||||
x-transition:leave-start="transform origin-right opacity-100 scale-100"
|
x-transition:leave-start="transform origin-right opacity-100 scale-100"
|
||||||
x-transition:leave-end="transform origin-right opacity-0 scale-95"
|
x-transition:leave-end="transform origin-right opacity-0 scale-95"
|
||||||
>
|
>
|
||||||
<li class="block sm:inline-block group hover:bg-gray-200 dark:hover:bg-gray-800 hover:text-gray-800 dark:hover:text-gray-200"><a href="{{ file.file_field.url }}" class="inline-flex items-center px-2 py-1" target="_blank"><i class="fa-solid fa-file-pdf fa-fw text-red-800 dark:text-red-500 md:text-inherit group-hover:text-red-800 dark:group-hover:text-red-500"></i><span class="ml-2 sm:ml-1">Download</span></a></li>
|
<li class="block sm:inline-block group hover:bg-gray-200 dark:hover:bg-gray-800 hover:text-gray-800 dark:hover:text-gray-200">
|
||||||
|
<a href="{{ file.file_field.url }}" class="inline-flex items-center px-2 py-1" target="_blank">
|
||||||
|
<i class="fa-solid fa-file-pdf fa-fw text-red-800 dark:text-red-500 md:text-inherit group-hover:text-red-800 dark:group-hover:text-red-500"></i>
|
||||||
|
<span class="ml-2 sm:ml-1">Download</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user