feat(client_web): show a '?' when a die is not yet rolled
This commit is contained in:
parent
24f5dba065
commit
6995f9c888
2 changed files with 14 additions and 2 deletions
|
|
@ -520,6 +520,9 @@ body {
|
|||
.die-face.die-used rect { fill: #d4d0c4; stroke: #9a8a70; }
|
||||
.die-face.die-used circle { fill: #9a8a70; }
|
||||
|
||||
.die-face .die-question { fill: #1a0a00; font-family: sans-serif; }
|
||||
.die-face.die-used .die-question { fill: #9a8a70; }
|
||||
|
||||
/* ── Jan panel ──────────────────────────────────────────────────────── */
|
||||
.jan-panel {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue