2013-03-09 06:34:15 +00:00
|
|
|
// money styles
|
|
|
|
|
.money
|
|
|
|
|
display: inline-block
|
|
|
|
|
line-height: 1.5em
|
|
|
|
|
padding-left: 0.75em
|
|
|
|
|
|
2014-12-31 15:31:56 +00:00
|
|
|
.shop_gold, .shop_silver, .shop_copper, .shop_spell
|
2013-12-14 18:34:41 +00:00
|
|
|
vertical-align: top
|
|
|
|
|
display: inline-block
|
2013-03-09 06:34:15 +00:00
|
|
|
|
|
|
|
|
.btn-buy
|
|
|
|
|
width: 4.5em
|
2013-03-25 14:05:44 +00:00
|
|
|
min-height: 3em
|
|
|
|
|
height: 100%
|
|
|
|
|
padding: 0.75em 0 0 0.5em
|
2013-03-09 06:34:15 +00:00
|
|
|
text-align: center
|
|
|
|
|
vertical-align: top
|
|
|
|
|
background-color: $better
|
|
|
|
|
|
|
|
|
|
color: #555
|
2015-01-06 16:44:44 +00:00
|
|
|
&:hover, &:focus, &.active
|
2013-03-09 06:34:15 +00:00
|
|
|
background-color: $bad
|
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
|
|
.rewards
|
|
|
|
|
margin-bottom: 1.5em
|
|
|
|
|
padding-bottom: 1.5em
|
|
|
|
|
border-bottom: 1px solid rgba(0,0,0,0.1)
|
|
|
|
|
|
|
|
|
|
.reward-item
|
|
|
|
|
background: white
|
|
|
|
|
|
2014-03-31 13:02:20 +00:00
|
|
|
// Items in the shop and spells can not be moved
|
|
|
|
|
&:hover
|
|
|
|
|
cursor: inherit
|
|
|
|
|
|
2013-03-09 06:34:15 +00:00
|
|
|
.reward-cost
|
|
|
|
|
display: inline
|
|
|
|
|
|
2013-03-25 14:05:44 +00:00
|
|
|
.rewards .task-text
|
|
|
|
|
padding-left: 5em
|
|
|
|
|
|
2014-06-14 12:31:12 +00:00
|
|
|
.rewards .reward-img
|
|
|
|
|
margin-left: 5em
|
|
|
|
|
|
2013-03-25 14:05:44 +00:00
|
|
|
.rewards .task-options
|
|
|
|
|
background: white
|
2013-03-09 06:34:15 +00:00
|
|
|
|
|
|
|
|
// store items
|
|
|
|
|
.btn-reroll
|
2013-03-25 14:05:44 +00:00
|
|
|
width: 2.5em
|
|
|
|
|
padding-left: 0.25em
|
2013-03-09 06:34:15 +00:00
|
|
|
background-color: $better
|
|
|
|
|
cursor: pointer
|
|
|
|
|
box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1)
|
|
|
|
|
&:hover, &:focus
|
|
|
|
|
background-color: $bad
|
|
|
|
|
|
|
|
|
|
.item-img
|
2013-03-21 18:49:07 +00:00
|
|
|
float: left
|
2013-03-09 06:34:15 +00:00
|
|
|
display: inline-block
|
|
|
|
|
vertical-align: top
|
|
|
|
|
// background-color: $bad
|
|
|
|
|
height: 3em
|
|
|
|
|
margin-left: -0.5em
|
|
|
|
|
margin-right: 0.5em
|
|
|
|
|
// border: 1px solid rgba(0,0,0,0.1)
|
|
|
|
|
border-top: 0
|
2013-03-27 05:35:51 +00:00
|
|
|
border-bottom: 0
|