diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-19 15:32:48 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-19 15:32:48 +0200 |
commit | c1fe94a630a88c4f7203d54f34985c109030791c (patch) | |
tree | e6e75fe468dddddcbe440cbd356ddaaaf605144f /resources/css/battle.css | |
parent | 218da95a4b387ee5ac25f168d1529419039f2e54 (diff) |
translations
Diffstat (limited to 'resources/css/battle.css')
-rw-r--r-- | resources/css/battle.css | 7 |
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; |