Redesign
This commit is contained in:
@ -2,7 +2,21 @@ item-color-pro-account = hsl(0, 100%, 71%)
|
||||
item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
||||
|
||||
.shop-items
|
||||
// ...
|
||||
horizontal-wrap
|
||||
justify-content space-around
|
||||
|
||||
.shop-item
|
||||
ui-element
|
||||
flex 1
|
||||
flex-basis 380px
|
||||
margin calc(content-padding / 2)
|
||||
padding 0.5rem 1rem
|
||||
|
||||
.shop-item-name
|
||||
font-size 1.7rem
|
||||
text-align center
|
||||
padding 0.75rem 0
|
||||
// border-bottom 1px solid rgba(0, 0, 0, 0.1)
|
||||
|
||||
.item-icon
|
||||
display inline-block
|
||||
|
Reference in New Issue
Block a user