From d5994439ae80ad33494e710d9bb18f659689fe35 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 11 Jun 2025 20:05:43 +0200 Subject: [PATCH] feat: Create the ability use box --- index.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/index.html b/index.html index 01aa414..43e50bf 100644 --- a/index.html +++ b/index.html @@ -184,6 +184,11 @@ border-color: var(--box-border); } + .warn { + color: red; + font-weight: bold; + } + /* Character roster box */ #cont-character-roster { @@ -269,6 +274,8 @@ .input-unlocker:checked + label .input-unlocked { display: initial; } + + /* Ability use box */ @@ -383,6 +390,14 @@ +
+

Use Ability

+ No pool selected! + Initial cost + Effort used + + +