diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-30 12:46:34 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-30 13:00:59 -0500 |
commit | 8e95ffecba99c991b2b076b5afe28d461a040683 (patch) | |
tree | 775a5f6bde0ca5b65ed671f1f469650b9cd3e815 /webapp/src/default.css | |
parent | 71c95fcf1211cb32755f028c8322c9c07ddd6f89 (diff) |
Implement hand diagram component
For showing compactly on the result screen
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webapp/src/default.css b/webapp/src/default.css index aedfe14..ce23ea2 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -152,6 +152,17 @@ button:hover, a:hover { height: 5vh; } +.hand-diagram { + display: flex; + flex-direction: column; + font-size: 150%; +} + +.hand-diagram li { + display: inline; + padding-right: 0.1em; +} + .hand { display: flex; justify-content: center; |