mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
19 lines
332 B
Stylus
19 lines
332 B
Stylus
|
|
/* ----- Items, Weapons, Armor -----*/
|
||
|
|
.item-store-popover img
|
||
|
|
float:left
|
||
|
|
padding-right:7px;
|
||
|
|
|
||
|
|
.item .task-text img
|
||
|
|
max-height: 16px
|
||
|
|
|
||
|
|
.buy-link, .item-buy-link
|
||
|
|
background-color: #DEE5F2
|
||
|
|
padding: 2px
|
||
|
|
margin-right: 10px
|
||
|
|
border-radius: 5px
|
||
|
|
|
||
|
|
img
|
||
|
|
height:20px
|
||
|
|
|
||
|
|
.item-buy-link
|
||
|
|
background-color: #ccffcc
|