feat(combat): wade visual + smoke test budget

This commit is contained in:
Keith Solomon
2026-07-27 00:10:53 -05:00
parent 09f2bda924
commit 8bec9baab6
3 changed files with 17 additions and 7 deletions
+1
View File
@@ -31,6 +31,7 @@ table.bf-grid button[data-zone="bravo"] { outline: 3px solid #0c0; }
.bf-unit--active { outline: 2px solid #060; }
.bf-unit--inactive { opacity: 0.4; cursor: not-allowed; }
.bf-unit--winner { outline: 3px solid #c00; }
.bf-unit--wading { opacity: 0.55; filter: blur(0.4px); }
.bf-action--active { font-weight: bold; }
.bf-toast { background: #ffd; padding: 0.5rem 1rem; margin: 0.25rem 0; border: 1px solid #cc9; }
.bf-log { max-height: 12rem; overflow: auto; background: #f4f4f4; padding: 0.5rem; margin-top: 1rem; }