From 195270415c4ab5bb6fd985a9bc848a42099af871 Mon Sep 17 00:00:00 2001 From: JeremyJamesL Date: Wed, 11 Dec 2024 08:24:53 +0000 Subject: =?UTF-8?q?=F0=9F=93=A6=20NEW:=20new=20styles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 78 insertions(+), 8 deletions(-) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index c5ad895..8f861f0 100644 --- a/src/index.css +++ b/src/index.css @@ -4,13 +4,13 @@ /* GENERAL // ------------------------- */ -* { - font-family: "Helvetica Neue", Helvetica, sans-serif; -} +/* * { + font-family: 'Helvetica Neue', Helvetica, sans-serif; +} */ #map { height: 100%; - height: 800px; + height: 100dvh; width: 100%; } @@ -25,14 +25,84 @@ body { padding: 0; } -body { - color: #646c78; - background-color: #222e3e; +.gm-fullscreen-control, +.gm-svpc { + display: none; +} + +.st0 { + fill: none; + stroke: #000000; + stroke-width: 2; + stroke-linecap: round; + stroke-linejoin: round; + stroke-miterlimit: 10; +} +.st1 { + fill: none; + stroke: #000000; + stroke-width: 2; + stroke-linecap: round; + stroke-linejoin: round; +} +.st2 { + fill: none; + stroke: #000000; + stroke-width: 2; + stroke-linecap: round; + stroke-linejoin: round; + stroke-dasharray: 6, 6; +} +.st3 { + fill: none; + stroke: #000000; + stroke-width: 2; + stroke-linecap: round; + stroke-linejoin: round; + stroke-dasharray: 4, 4; +} +.st4 { + fill: none; + stroke: #000000; + stroke-width: 2; + stroke-linecap: round; +} +.st5 { + fill: none; + stroke: #000000; + stroke-width: 2; + stroke-linecap: round; + stroke-dasharray: 3.1081, 3.1081; +} + +.st6 { + fill: none; + stroke: #000000; + stroke-width: 2; + stroke-linecap: round; + stroke-linejoin: round; + stroke-miterlimit: 10; + stroke-dasharray: 4, 3; } +/* header { + background: rgb(38, 38, 38); + background: linear-gradient( + 180deg, + rgba(38, 38, 38, 1) 0%, + rgba(38, 38, 38, 0.7665660014005602) 51%, + rgba(38, 38, 38, 0) 100% + ); +} */ + +/* body { + color: #646c78; + background-color: #222e3e; +} */ +/* .container { max-width: 1200px; margin: 0 auto; padding-left: 15px; padding-right: 15px; -} +} */ -- cgit v1.2.3