mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
35cba4a90d
Pvp status view (temp location and UI) Remove pvp status from control bar Add game menu param for jumping into a specific tab Lots of bug fixing and session state cleanup Does not address problems with executing real-time multiplayer cast
14 lines
297 B
Sass
14 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
|