summaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-19 15:32:48 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-19 15:32:48 +0200
commitc1fe94a630a88c4f7203d54f34985c109030791c (patch)
treee6e75fe468dddddcbe440cbd356ddaaaf605144f /resources/css
parent218da95a4b387ee5ac25f168d1529419039f2e54 (diff)
translations
Diffstat (limited to 'resources/css')
-rw-r--r--resources/css/battle.css7
1 files changed, 6 insertions, 1 deletions
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;