From a80728f16f90616d93dcc9ed932528b35e2ef62d Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 24 May 2024 15:59:17 -0700
Subject: WIP: mock selenium response
---
public/assets/css/map.css | 4 +---
public/assets/css/style.css | 5 +++++
2 files changed, 6 insertions(+), 3 deletions(-)
(limited to 'public/assets/css')
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index ed2b7ce..8f45936 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -395,6 +395,7 @@ g[data-y="76"] { --i: 76; }
.floor {
fill: white;
+ /* fill: inherit; */
}
.building path {
@@ -416,9 +417,6 @@ g[data-y="76"] { --i: 76; }
.building .windows, .building .door-edges {
stroke-width: 2.5px;
-}
-
-.building .windows, .building .door-edges {
stroke: orange;
}
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index f3b1736..cde2c33 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -181,6 +181,11 @@ polygon.firing-arc[data-allegiance="attacker"] {
fill: blue;
}
+.weapon-icon {
+ stroke: white;
+ stroke-width: 0.5px;
+}
+
.soldier-record svg {
width: 20px;
height: 20px;
--
cgit v1.2.3