forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 16:01:34 -06:00
parent d3f80c1d65
commit 30c99ec137
1 changed files with 8 additions and 8 deletions

View File

@ -69,18 +69,18 @@
<div class="align-middle inline-block min-w-full"> <div class="align-middle inline-block min-w-full">
<div class="flex flex-col bg-gray-900 rounded-b-xl overflow-hidden"> <div class="flex flex-col bg-gray-900 rounded-b-xl overflow-hidden">
<table class="min-w-full"> <table class="min-w-full">
<thead class="bg-gradient-to-t from-gray-800 to-gray-700"> <thead class="bg-gradient-to-t from-gray-200 to-gray-100">
<tr> <tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider"> <th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-700 uppercase tracking-wider">
Item Item
</th> </th>
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider"> <th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-700 uppercase tracking-wider">
Description Description
</th> </th>
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider"> <th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-700 uppercase tracking-wider">
Price Price
</th> </th>
<th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-400 uppercase tracking-wider"> <th scope="col" class="px-6 py-3 text-left text-xs font-bold text-gray-700 uppercase tracking-wider">
Owned Owned
</th> </th>
<th scope="col" class="relative px-6 py-3"> <th scope="col" class="relative px-6 py-3">
@ -88,9 +88,9 @@
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody class="bg-gray-900 divide-y divide-gray-900"> <tbody class="bg-gray-200 divide-y divide-gray-400">
{% for a in awards %} {% for a in awards %}
<tr class="shadow-inset-t-white-05 {% 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-200{% endif %}">
<td class="px-6 py-4 whitespace-nowrap"> <td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center"> <div class="flex items-center">
<div class="flex items-center justify-center flex-shrink-0 h-10 w-10"> <div class="flex items-center justify-center flex-shrink-0 h-10 w-10">
@ -105,7 +105,7 @@
</div> </div>
</td> </td>
<td class="px-6 py-4 whitespace-nowrap"> <td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-400">{{a['description']}}</div> <div class="text-sm text-gray-700">{{a['description']}}</div>
</td> </td>
<td class="px-6 py-4 whitespace-nowrap"> <td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-1 py-0.5 text-xs text-yellow-900 text-shadow-light bg-yellow-400 font-bold leading-5 rounded"> <span class="inline-flex items-center px-1 py-0.5 text-xs text-yellow-900 text-shadow-light bg-yellow-400 font-bold leading-5 rounded">