71 lines
1.1 KiB
Plaintext
Raw Normal View History

const item-color-pro-account = hsl(0, 100%, 71%)
const item-color-anime-support-ticket = hsl(217, 64%, 50%)
2017-10-06 10:44:55 +00:00
2017-10-03 13:26:29 +00:00
.shop-items
2018-04-08 20:10:45 +00:00
vertical
width 100%
max-width 600px
margin 0 auto
2017-11-05 06:29:13 +00:00
.shop-item
2018-04-08 20:10:45 +00:00
horizontal
align-items center
padding 0.5rem 0
border-bottom ui-border
:last-child
border-bottom none
.shop-item-info-column
flex 0.7
vertical
2017-11-05 06:29:13 +00:00
.shop-item-name
2018-04-08 20:10:45 +00:00
font-size 1.4rem
text-align left
margin 0
clip-long-text
2017-10-03 13:26:29 +00:00
2018-04-08 20:10:45 +00:00
.shop-item-popularity
opacity 0.5
.shop-item-icon
//
2017-10-03 13:26:29 +00:00
2017-10-06 10:44:55 +00:00
// Colors
2017-11-05 08:32:46 +00:00
.shop-item, .inventory-slot, .shop-history-item
2018-04-08 08:21:40 +00:00
[data-item-id="pro-account-1"],
[data-item-id="pro-account-3"],
[data-item-id="pro-account-6"],
[data-item-id="pro-account-12"],
2017-10-06 10:44:55 +00:00
[data-item-id="pro-account-24"]
2018-04-08 20:10:45 +00:00
.shop-item-icon
2017-10-06 10:44:55 +00:00
color item-color-pro-account
2018-04-08 20:10:45 +00:00
// [data-item-id="anime-support-ticket"]
// .shop-item-icon
// color item-color-anime-support-ticket
2017-10-03 13:26:29 +00:00
.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
2018-04-08 20:10:45 +00:00
flex 0.3
white-space nowrap
2017-10-03 13:26:29 +00:00
.shop-button-buy
2018-04-08 20:10:45 +00:00
width 100%
justify-content center
2017-10-03 13:26:29 +00:00
.icon-diamond
margin-left 0.3rem
2017-10-04 06:12:12 +00:00
margin-right 0