Removed all outdated CSS classes

This commit is contained in:
2018-11-07 02:42:31 +09:00
parent de8fec3114
commit 60b8016a1b
19 changed files with 4 additions and 193 deletions

View File

@ -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)

View File

@ -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