From 3dd9c473ae39ad9ba9791c1a59f72e53a7f97f58 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 7 Aug 2024 16:04:39 -0600 Subject: [PATCH] Revert theme and add legend for CSMS claims --- index.html | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index ed620e2..351ffd9 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,10 @@ margin-bottom: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } + .legend { + text-align: center; + margin-bottom: 20px; + } .buttons { text-align: center; margin: 20px 0; @@ -71,25 +75,6 @@ text-decoration: none; margin-left: 5px; } - .legend { - text-align: left; - margin-bottom: 20px; - } - .legend div { - display: flex; - align-items: center; - margin-bottom: 5px; - } - .legend div span { - display: inline-block; - width: 20px; - height: 20px; - margin-right: 10px; - border: 1px solid #ccc; - } - .legend .green { - background-color: green; - }