Web Dev Solutions

Catalin Mititiuc

From 2f7efc76e0ef8165dea677d3e40efb11c528cac3 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 19 May 2024 10:05:17 -0700 Subject: Make scenario files; consolidate mapsheets into one file --- public/assets/css/map.css | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'public/assets/css') diff --git a/public/assets/css/map.css b/public/assets/css/map.css index e356374..01f4c4d 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -47,21 +47,6 @@ polyline.move-trace { /* fill: #bacae3; */ } -#map2 { - transform-origin: 0px 0px; - transform: translate(-0.9px, -2.4px) scale(0.999, 1.007); -} - -#map3 { - transform-origin: 0px 0px; - transform: translate(1.3px, 1564.1px) rotate(0.1deg) scale(0.999, 1.002); -} - -#map1 { - transform-origin: 1142px 759px; - transform: rotate(.1deg) translate(-.5px, 5px) scale(.999, 1.005); -} - #counter-base { r: inherit; } @@ -405,9 +390,6 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -.building, #terrain { - opacity: 1; -} .floor { fill: white; -- cgit v1.2.3