From 0368c8e9623f2ff202cc9af45b3239a62c845ea8 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 10 Jul 2024 19:45:42 -0700
Subject: Clean up scenarios; move some styles into .css files
---
public/assets/css/map.css | 8 +++++++-
public/assets/css/style.css | 4 ----
2 files changed, 7 insertions(+), 5 deletions(-)
(limited to 'public/assets/css')
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index bb6b0a8..71fc75c 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -44,7 +44,8 @@ polyline.move-trace {
}
#background {
- /* fill: #bacae3; */
+ stroke: #304b75;
+ fill: #bacae3;
}
g.troop-counter, g.counter, g.troop-counter use {
@@ -199,6 +200,11 @@ g.selected use.primary-weapon {
r: 6px;
}
+pattern use {
+ stroke: black;
+ stroke-width: 0.3px;
+}
+
@keyframes selected {
50% {
stroke-width: 0px;
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 33adcf0..0e9f559 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -56,10 +56,6 @@ g#grid {
transform: translate(19px, 31px) scale(4);
}
-#background {
- fill: #bacae3;
-}
-
#panel {
display: none;
position: absolute;
--
cgit v1.2.3