mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 18:15:52 -05:00
15 lines
297 B
Sass
15 lines
297 B
Sass
|
@import "app/styles/mixins"
|
||
|
@import "app/styles/bootstrap/variables"
|
||
|
|
||
|
// TODO: Replace this devart with nice shinies
|
||
|
|
||
|
#multiplayer-status-view
|
||
|
.player-count
|
||
|
color: white
|
||
|
.players-available
|
||
|
color: lightblue
|
||
|
.players-unavailable
|
||
|
color: fuchsia
|
||
|
.game-status
|
||
|
color: lightgreen
|