master
kek7198 2021-11-30 22:00:37 -06:00
parent b39f94f3f6
commit 073bb2f4aa
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
<button id="{{award.kind}}" class="disabled">
{% endif %}
<i class="{{award.icon}} {{award.color}}"></i>
<div class="pt-2" style="font-weight: bold; font-size: 14px; color:#E1E1E1">{{award.title}}</div>
<div class="text-muted">{{award.owned}} owned</div>
<div class="mt-2 font-bold text-base text-gray-700">{{award.title}}</div>
<div class="text-gray-700">{{award.owned}} owned</div>
</button>
</div>
{% endfor %}