diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2019-03-13 15:00:38 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2019-03-13 15:00:38 -0400 |
commit | b6018ad11156d8b38a87dc682064495cd788608c (patch) | |
tree | c947861866a97bf5395039a3e7be57aee45494bd /app/assets | |
parent | bcf6445d92f1a57dff0b97bd9309f40b70088448 (diff) | |
download | thoughts-b6018ad11156d8b38a87dc682064495cd788608c.tar.gz thoughts-b6018ad11156d8b38a87dc682064495cd788608c.tar.bz2 thoughts-b6018ad11156d8b38a87dc682064495cd788608c.zip |
Game started/finished now displayed in table
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 | } | ||