summaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
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;