color identity in pull sheet
This commit is contained in:
@ -90,6 +90,12 @@ tr:hover {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.color-identity {
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.product-name {
|
||||
width: 200px;
|
||||
}
|
||||
@ -119,6 +125,7 @@ tbody tr:hover {
|
||||
<th class="set">Set</th>
|
||||
<th class="rarity">Rarity</th>
|
||||
<th class="card-number">Card #</th>
|
||||
<th class="color-identity">Colors</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -129,6 +136,7 @@ tbody tr:hover {
|
||||
<td class="set">{{ item.set }}</td>
|
||||
<td class="rarity">{{ item.rarity }}</td>
|
||||
<td class="card-number">{{ item.card_number }}</td>
|
||||
<td class="color-identity">{{ item.color_identity }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user