summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-06-08 18:26:49 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-06-08 18:26:49 +0200
commitb6b4759bca18c9c22797388ce842df02160c484a (patch)
tree87842424faca6f4dabe40ffdcc23b530e44d17ce /src/battlemap/www/style.css
parentfb7eaf7da26f9343c5295dbf527ab4e88a1d2fe8 (diff)
Still improving those CharacterCards...
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r--src/battlemap/www/style.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css
index 5a80563..c9c6cea 100644
--- a/src/battlemap/www/style.css
+++ b/src/battlemap/www/style.css
@@ -192,6 +192,7 @@
align-items: center;
justify-content: left;
+ margin-top: 0.3em;
}
.battlemap-character-card .battlemap-character-portrait
@@ -278,14 +279,25 @@
background-color: darkgrey;
}
-.battlemap-character-card-weapon
+.battlemap-character-card-weapon,
+.battlemap-character-card-weapon-summary
{
display: grid;
border-radius: 5px;
- background-color: #6C5D53;
padding: 0.3em;
+ margin-top: 0.3em;
+}
+
+.battlemap-character-card-weapon
+{
+ background-color: #6C5D53;
+}
+
+.battlemap-character-card-weapon-summary
+{
+ background-color: #393939;
}
.battlemap-character-card-armor