master
kek7198 2021-11-25 16:19:35 -06:00
parent 156315c265
commit cd08113695
1 changed files with 8 additions and 8 deletions

View File

@ -61,20 +61,20 @@
<div class="flex flex-col">
<div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
<div class="mb-4 flex flex-col bg-gray-900 rounded-lg">
<div class="my-4 flex flex-col bg-gray-900 rounded-lg overflow-hidden">
<table class="min-w-full">
<thead class="bg-gray-900">
<thead class="bg-gray-700">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider">
Item
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider">
Description
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider">
Price
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider">
Owned
</th>
<th scope="col" class="relative px-6 py-3">
@ -82,9 +82,9 @@
</th>
</tr>
</thead>
<tbody class="bg-gray-900 divide-y divide-gray-700">
<tbody class="bg-gray-900 divide-y divide-gray-900">
{% for a in awards %}
<tr class="{% if awards.index(a) % 2 != 0 %}bg-gray-700 bg-opacity-20{% endif %}">
<tr class="shadow-inset-t-white-05 {% if awards.index(a) % 2 != 0 %}bg-gray-700 bg-opacity-20{% endif %}">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="flex items-center justify-center flex-shrink-0 h-10 w-10">