level indicator code cleanup
This commit is contained in:
parent
f850409dbe
commit
320e8c401a
1 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ $gameControlMargin: 30px
|
|||
height: 32px
|
||||
color: white
|
||||
|
||||
.gem, .level-indicator .player-level-icon, .player-hero-icon
|
||||
.gem, .player-hero-icon
|
||||
position: absolute
|
||||
top: 1px
|
||||
|
||||
|
@ -391,7 +391,7 @@ $gameControlMargin: 30px
|
|||
|
||||
$spriteSheetSize: 30px
|
||||
|
||||
.player-level-icon, .player-hero-icon
|
||||
.player-hero-icon
|
||||
background: transparent url(/images/pages/play/play-spritesheet.png)
|
||||
background-size: cover
|
||||
background-position: (-2 * $spriteSheetSize) 0
|
||||
|
|
Reference in a new issue