diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/main/games.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/games.scss b/app/assets/stylesheets/main/games.scss index db495e2..98aca43 100644 --- a/app/assets/stylesheets/main/games.scss +++ b/app/assets/stylesheets/main/games.scss | |||
@@ -23,3 +23,14 @@ | |||
23 | .game-progress p { | 23 | .game-progress p { |
24 | margin: 0; | 24 | margin: 0; |
25 | } | 25 | } |
26 | |||
27 | .game-title { | ||
28 | display: block; | ||
29 | margin-bottom: 0.25em; | ||
30 | } | ||
31 | |||
32 | .game-started, .game-finished { | ||
33 | display: block; | ||
34 | font-size: 0.8em; | ||
35 | color: #777; | ||
36 | } | ||