Removed all outdated CSS classes
This commit is contained in:
@ -19,16 +19,10 @@ component ShopTabs(user *arn.User)
|
||||
|
||||
component ShopItem(item *arn.ShopItem, popularity int)
|
||||
.shop-item.mountable(data-item-id=item.ID)
|
||||
//- .shop-item-icon
|
||||
//- Icon(item.Icon)
|
||||
|
||||
.shop-item-info-column
|
||||
h3.shop-item-name= item.Name
|
||||
.shop-item-popularity= stringutils.Plural(popularity, "user") + " bought this"
|
||||
|
||||
//- span.shop-item-duration= " " + duration
|
||||
//- .shop-item-description!= markdown.Render(item.Description)
|
||||
|
||||
.buttons.shop-buttons
|
||||
button.shop-button-buy.action(data-item-id=item.ID, data-item-name=item.Name, data-price=item.Price, data-trigger="click", data-action="buyItem")
|
||||
span.shop-item-price= "Buy for " + fmt.Sprint(item.Price)
|
||||
|
@ -49,15 +49,6 @@ const item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
||||
.shop-item-price
|
||||
// ...
|
||||
|
||||
.shop-item-price-currency
|
||||
margin-left 0.3rem
|
||||
margin-right 0
|
||||
|
||||
.shop-item-duration
|
||||
opacity 0.5
|
||||
text-align right
|
||||
float right
|
||||
|
||||
.shop-buttons
|
||||
flex 0.3
|
||||
white-space nowrap
|
||||
|
Reference in New Issue
Block a user