Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-26 15:50:45 -0700
committerCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-26 16:02:57 -0700
commit77bbf5b8262afe8466ef7047d5c7312eb016e7ce (patch)
treea15be63db3ecadbf2894bf8b79f103bdaf4d8119 /style.css
parent42428e3643e0a2ebbff766b8c823ef423d5386ee (diff)
WIP: think I got zoom working?
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/style.css b/style.css
index 25b4a91..45af2fb 100644
--- a/style.css
+++ b/style.css
@@ -53,6 +53,9 @@ text.counter {
rect#map {
fill: black;
opacity: 0;
+ /* fill-opacity: 0;
+ stroke: red;
+ stroke-width: 4px; */
}
polygon.firing-arc {
@@ -116,8 +119,8 @@ image#img2 {
}
#record-sheet {
- /* display: flex; */
- display: none;
+ display: flex;
+ /* display: none; */
}
#record-sheet > div {
@@ -140,9 +143,9 @@ div.soldier-record.selected {
background-color: lightgray;
}
-rect#view-box {
- stroke: red;
- stroke-width: 20px;
+rect#debug-view-box {
+ /* stroke: red;
+ stroke-width: 20px; */
fill: blue;
fill-opacity: 0.2;
} \ No newline at end of file