From c1fe94a630a88c4f7203d54f34985c109030791c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 19 Aug 2023 15:32:48 +0200 Subject: translations --- resources/css/battle.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'resources/css/battle.css') diff --git a/resources/css/battle.css b/resources/css/battle.css index 57f5417..2c09e5a 100644 --- a/resources/css/battle.css +++ b/resources/css/battle.css @@ -217,13 +217,18 @@ } -.damage { +.action-feedback { position: absolute; z-index: 11; animation: float-up-and-disappear; } +.action-feedback.recharge { + font-size: 0.75rem; + color: rgba(0, 0, 0, 0.25); +} + @keyframes float-up-and-disappear { from { opacity: 1; -- cgit v1.2.3