13 lines
280 B
Sass
13 lines
280 B
Sass
// Place all the styles related to the Game#show method here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
//#game-component
|
|
flex-grow: 3
|
|
background: hotpink
|
|
|
|
.players
|
|
display: inline-block
|
|
width: 40%
|
|
|