From 5e432d44568b5ec6c39c07718fcabe924f7e4bed Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 6 Nov 2023 22:21:33 -0500 Subject: Dashboard progress: layout, map, route drawing --- dashboard_website/static/css/dashboard.css | 13 +++++++++++++ dashboard_website/static/css/leaflet_mods.css | 4 ---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 dashboard_website/static/css/dashboard.css delete mode 100644 dashboard_website/static/css/leaflet_mods.css (limited to 'dashboard_website/static/css') diff --git a/dashboard_website/static/css/dashboard.css b/dashboard_website/static/css/dashboard.css new file mode 100644 index 0000000..b4110a7 --- /dev/null +++ b/dashboard_website/static/css/dashboard.css @@ -0,0 +1,13 @@ + +.icon-class { + transition: all 5s; /* time between GPS pings */ +} + +@font-face { + font-family: "HWYGOTH"; + src: url("/static/fonts/HWYGOTH.ttf"); +} +* { + font-family:HWYGOTH; + color: lightgray; +} diff --git a/dashboard_website/static/css/leaflet_mods.css b/dashboard_website/static/css/leaflet_mods.css deleted file mode 100644 index 5fbb907..0000000 --- a/dashboard_website/static/css/leaflet_mods.css +++ /dev/null @@ -1,4 +0,0 @@ - -.icon-class { - transition: all 5s; /* time between GPS pings */ -} -- cgit v1.2.3