From 21b7f8021bfafa86f0d1b941e30252cb57818fbc Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Wed, 2 Sep 2020 18:11:17 +0530 Subject: [PATCH] Added settings page, changed modal --- index.html | 325 ++++++++++++++++++++++++++++------------------------- 1 file changed, 174 insertions(+), 151 deletions(-) diff --git a/index.html b/index.html index d3cb976..940e602 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ } .hide { - display: none; + display: none !important; } body { @@ -25,6 +25,10 @@ font-size: 16px; color: #2f2f2f; background-color: #f9f7f1; + --accent-color: teal; + --text-color: 24, 24, 24; + --foreground-color: 255, 255, 255; + --error-color: #E53935; } header { @@ -281,6 +285,9 @@ .topnav { overflow: hidden; + display: flex; + justify-content: space-between; + align-items: center; } /* Style the links inside the navigation bar */ @@ -327,21 +334,20 @@ -
+ + +
@@ -351,29 +357,30 @@
- +
-

Enter Private Key

- -
- - +

Sign In

+ +

Don't have a private key yet?
Try Guest login

+
+ Login + Guest
-