mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
16 lines
319 B
Sass
16 lines
319 B
Sass
@import "app/styles/mixins"
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
// TODO: Replace this devart with nice shinies
|
|
|
|
#multiplayer-status-view
|
|
position: absolute
|
|
|
|
.player-count
|
|
color: white
|
|
.players-available
|
|
color: lightblue
|
|
.players-unavailable
|
|
color: fuchsia
|
|
.game-status
|
|
color: lightgreen
|