16 lines
314 B
Sass
16 lines
314 B
Sass
// Place all the styles related to the Games controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
.players
|
|
display: inline-block
|
|
width: 40%
|
|
|
|
.table
|
|
display: inline-block
|
|
width: 40%
|
|
vertical-align: top
|
|
|
|
.debug
|
|
display: none
|