Redesign
This commit is contained in:
@ -16,7 +16,7 @@ component PurchaseHistory(purchases []*arn.Purchase, user *arn.User)
|
||||
th.history-date Date
|
||||
tbody
|
||||
each purchase in purchases
|
||||
tr.shop-item.mountable(data-item-id=purchase.ItemID)
|
||||
tr.shop-history-item.mountable(data-item-id=purchase.ItemID)
|
||||
PurchaseInfo(purchase)
|
||||
|
||||
component PurchaseInfo(purchase *arn.Purchase)
|
||||
|
@ -22,7 +22,7 @@ item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
||||
display inline-block
|
||||
|
||||
// Colors
|
||||
.shop-item, .inventory-slot
|
||||
.shop-item, .inventory-slot, .shop-history-item
|
||||
[data-item-id="pro-account-3"]
|
||||
.item-icon
|
||||
color item-color-pro-account
|
||||
|
Reference in New Issue
Block a user