2014-02-11 15:02:27 -05:00
|
|
|
@import "app/styles/mixins"
|
2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/bootstrap/variables"
|
2014-02-11 15:02:27 -05:00
|
|
|
|
|
|
|
#gold-view
|
2014-05-12 18:03:53 -04:00
|
|
|
display: none
|
2014-02-11 15:02:27 -05:00
|
|
|
position: absolute
|
|
|
|
right: 46%
|
|
|
|
top: 42px
|
2014-05-02 18:12:30 -04:00
|
|
|
@include transition(box-shadow .2s linear)
|
2014-08-23 22:00:35 -04:00
|
|
|
@include user-select(none)
|
2014-04-27 23:11:11 -04:00
|
|
|
padding: 4px
|
2014-05-02 18:12:30 -04:00
|
|
|
background: transparent url(/images/level/gold_background.png) no-repeat
|
|
|
|
background-size: 100% 100%
|
2014-04-27 23:11:11 -04:00
|
|
|
border-radius: 4px
|
|
|
|
|
|
|
|
&:hover
|
2014-05-02 18:12:30 -04:00
|
|
|
box-shadow: 2px 2px 2px black
|
2014-02-11 15:02:27 -05:00
|
|
|
|
2014-04-27 17:19:39 -04:00
|
|
|
.team-gold
|
2014-02-11 15:02:27 -05:00
|
|
|
font-size: 16px
|
|
|
|
margin: 0
|
|
|
|
line-height: 20px
|
2014-05-02 18:12:30 -04:00
|
|
|
color: hsla(205,0%,51%,1)
|
|
|
|
display: inline-block
|
|
|
|
padding: 0px 4px
|
2014-02-11 15:02:27 -05:00
|
|
|
|
|
|
|
&.team-humans
|
|
|
|
color: hsla(4,80%,51%,1)
|
|
|
|
|
|
|
|
&.team-ogres
|
2014-05-02 18:12:30 -04:00
|
|
|
color: hsla(205,100%,51%,1)
|
2014-02-11 15:02:27 -05:00
|
|
|
|
|
|
|
&.team-allies, &.team-minions
|
2014-05-02 18:12:30 -04:00
|
|
|
color: hsla(116,80%,51%,1)
|
2014-02-11 15:02:27 -05:00
|
|
|
|
|
|
|
img
|
|
|
|
width: 16px
|
|
|
|
height: 16px
|
|
|
|
border-radius: 2px
|
2014-04-27 17:19:39 -04:00
|
|
|
padding: 1px
|
|
|
|
margin-top: -1px
|
2014-02-11 15:02:27 -05:00
|
|
|
|
|
|
|
.gold-amount
|
|
|
|
display: inline-block
|
2014-04-27 18:33:16 -04:00
|
|
|
min-width: 20px
|