mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-30 16:03:37 -04:00
A couple tweaks for the duel stats view.
This commit is contained in:
parent
73f3e7cdd9
commit
b3496cbf6b
2 changed files with 4 additions and 1 deletions
app
|
@ -63,6 +63,9 @@
|
||||||
.health-bar-container .health-bar
|
.health-bar-container .health-bar
|
||||||
background: hsla(205,100%,51%,1)
|
background: hsla(205,100%,51%,1)
|
||||||
|
|
||||||
|
.thang-avatar-view
|
||||||
|
@include scaleX(-1)
|
||||||
|
|
||||||
.name-and-power
|
.name-and-power
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
|
|
|
@ -7,7 +7,7 @@ for player in players
|
||||||
.player-power
|
.player-power
|
||||||
.power-icon
|
.power-icon
|
||||||
.power-value
|
.power-value
|
||||||
.player-name= player.name
|
.player-name= player.name || 'Anoner'
|
||||||
.player-health
|
.player-health
|
||||||
.health-icon
|
.health-icon
|
||||||
.health-bar-container
|
.health-bar-container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue