2014-11-22 23:56:46 -05:00
|
|
|
@import "app/styles/mixins"
|
|
|
|
|
2014-09-17 21:56:08 -04:00
|
|
|
#play-achievements-modal
|
2014-11-22 23:56:46 -05:00
|
|
|
.modal-dialog
|
|
|
|
width: 800px
|
2014-11-19 17:55:01 -05:00
|
|
|
|
|
|
|
.modal-header
|
|
|
|
padding-bottom: 20px
|
2014-09-17 21:56:08 -04:00
|
|
|
|
2014-11-19 17:55:01 -05:00
|
|
|
img.icon
|
|
|
|
float: left
|
|
|
|
width: 40px
|
|
|
|
margin-right: 10px
|
|
|
|
|
|
|
|
|
|
|
|
//- Unachieved Panels
|
|
|
|
|
|
|
|
.panel
|
|
|
|
margin: 5px 0
|
|
|
|
position: relative
|
|
|
|
border: 2px solid rgb(75,75,75)
|
|
|
|
padding: 2px
|
2014-11-22 23:56:46 -05:00
|
|
|
@include opacity(0.75)
|
2014-11-19 17:55:01 -05:00
|
|
|
|
|
|
|
h3
|
|
|
|
margin: 0 0 0 50px
|
|
|
|
color: rgb(75,75,75)
|
|
|
|
|
|
|
|
p
|
|
|
|
margin: 0 0 0 50px
|
|
|
|
color: rgb(75,75,75)
|
|
|
|
|
|
|
|
.panel-body
|
|
|
|
padding: 5px 150px 5px 5px
|
2014-11-22 23:56:46 -05:00
|
|
|
//border: 2px solid rgb(150,150,150) // Chloe's suggestion to not have this
|
2014-11-19 17:55:01 -05:00
|
|
|
|
|
|
|
.created
|
|
|
|
position: absolute
|
|
|
|
right: 10px
|
|
|
|
top: 5px
|
|
|
|
color: rgb(75,75,75)
|
|
|
|
font-size: 12px
|
|
|
|
|
|
|
|
|
|
|
|
//- Achieved Panels
|
|
|
|
|
|
|
|
.panel.earned
|
|
|
|
background: rgb(50,40,33)
|
|
|
|
border: 5px solid rgb(26,21,17)
|
|
|
|
padding: 0
|
2014-11-22 23:56:46 -05:00
|
|
|
@include opacity(1)
|
2014-11-19 17:55:01 -05:00
|
|
|
|
|
|
|
h3
|
|
|
|
color: white
|
|
|
|
|
|
|
|
p
|
|
|
|
color: rgb(203,170,148)
|
|
|
|
|
|
|
|
.panel-body
|
|
|
|
border: 2px solid rgb(75,62,51)
|
|
|
|
|
|
|
|
.created
|
|
|
|
color: rgb(255,189,68)
|
|
|
|
|
|
|
|
|
|
|
|
//- Rewards
|
|
|
|
|
|
|
|
.rewards
|
|
|
|
position: absolute
|
|
|
|
right: .2em
|
|
|
|
//bottom: 10px
|
|
|
|
top: 29px
|
|
|
|
|
|
|
|
.label
|
|
|
|
font-size: 18px
|
|
|
|
margin-left: 5px
|
|
|
|
color: rgb(50,40,33)
|
|
|
|
background: rgb(203,170,148)
|
|
|
|
|
|
|
|
.gems
|
|
|
|
background: #94ccc7
|
|
|
|
|
|
|
|
.worth
|
|
|
|
background: #d8c488
|
|
|
|
|
|
|
|
img
|
|
|
|
width: 12px
|
2014-11-22 23:56:46 -05:00
|
|
|
height: 12px
|