WIP: mock selenium response

This commit is contained in:
2024-05-24 15:59:17 -07:00
parent d729079cdf
commit a80728f16f
17 changed files with 467 additions and 186 deletions

View File

@@ -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;
}

View File

@@ -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;