From 36c65f23d3a84f13443f1fed9d3e5d54fe947893 Mon Sep 17 00:00:00 2001
From: AWADO <habiburrahman.dastageeri@hft-stuttgart.de>
Date: Tue, 12 Jan 2021 16:04:09 +0000
Subject: [PATCH] Upload New File

---
 public/css/legend.css | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 public/css/legend.css

diff --git a/public/css/legend.css b/public/css/legend.css
new file mode 100644
index 0000000..44f6d66
--- /dev/null
+++ b/public/css/legend.css
@@ -0,0 +1,33 @@
+.outlined {
+    border: 0px solid black;
+ }
+
+ p{
+     margin-top: 1px;
+     margin-bottom: 5px;
+ }
+
+ h6{
+     margin-top: 2px;
+     margin-bottom: 2px;
+ }
+#legend {
+    position: absolute;
+    /*display: none; */
+    display: block;
+    width: 130px;
+    /*height: 300px; */
+    
+    bottom: 5px;
+    right: 5px; 
+	/*left: 85%;*/
+    background-color: rgba(0, 0, 0, 0.70); /* dim the background */
+    z-index: 2;
+    cursor: auto; /* ??? */
+    padding: 1px;    
+	
+	color: white;
+	font-size: 1.0em;
+    font-weight: bold;
+}
+
-- 
GitLab