From d1ec7507025eca611d417b8645a87a1265215058 Mon Sep 17 00:00:00 2001 From: Adam Janis Date: Sat, 14 Nov 2020 02:57:06 +0100 Subject: [PATCH] chore(index): update links --- pages/index.js | 2 +- src/css/index.css | 66 ----------------------------------------------- 2 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 src/css/index.css diff --git a/pages/index.js b/pages/index.js index 4ef2b6b..673fe88 100644 --- a/pages/index.js +++ b/pages/index.js @@ -133,7 +133,7 @@ export default function Index({
Get Your Status Page diff --git a/src/css/index.css b/src/css/index.css deleted file mode 100644 index 223c31b..0000000 --- a/src/css/index.css +++ /dev/null @@ -1,66 +0,0 @@ -body { - background: #eeeeee; -} - -.flex { - display: flex; - justify-content: center; - align-content: center; - align-items: center; -} -.flex.horizontal { - flex-direction: row; -} -.flex.vertical { - flex-direction: column; -} -.flex.between { - justify-content: space-between; -} -.marginless { - margin: 0 !important; -} -.paddingless { - padding: 0 !important; -} -.black-text { - color: #000 !important; -} -.grey-text { - color: #a0a0a0 !important; -} -.white-text { - color: #fff !important; -} -.histogram { - height: 24px; - width: 100%; - margin: 0 auto; -} -.hitbox { - align-items: flex-end; - box-sizing: border-box; - height: 100%; - width: 100%; - padding: 1px; - border-radius: 3.75px; -} -.bar { - background: #dcddde; - padding-bottom: 1px; - height: 100%; - width: 85%; - border-radius: 100px; -} -.bar.green { - background: #21ba45; -} -.bar.red { - background: #db2828; -} -.bar.orange { - background: #f2711c; -} -span i.icon { - margin: 0 !important; -}