Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css/style.css')
-rw-r--r--public/assets/css/style.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index cde2c33..582e118 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -181,11 +181,18 @@ polygon.firing-arc[data-allegiance="attacker"] {
fill: blue;
}
-.weapon-icon {
+.soldier-record svg use {
+ r: 5px;
+ stroke: none;
+}
+
+
+.soldier-record svg.weapon-icon use {
stroke: white;
stroke-width: 0.5px;
}
+
.soldier-record svg {
width: 20px;
height: 20px;
@@ -210,12 +217,6 @@ polygon.firing-arc[data-allegiance="attacker"] {
font-family: monospace;
}
-.weapon-symbol :not(use[href="#counter-base"]) {
- stroke: white;
- stroke-width: 0.5;
- fill: none;
-}
-
.soldier-record.selected {
background-color: khaki;
}