diff --git a/src/app/auth/auth.component.html b/src/app/auth/auth.component.html index fdf90e3..347abcf 100644 --- a/src/app/auth/auth.component.html +++ b/src/app/auth/auth.component.html @@ -37,23 +37,25 @@

-
+
+ - - Password - -
- Private Key password is required. -
-
+ + Password + +
+ Private Key password is required. +
+
- + - + +
diff --git a/src/styles.scss b/src/styles.scss index c0375e2..d729c53 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -29,6 +29,12 @@ a, a:hover, a:focus { perspective: 1500px; } +.center-items { + display: flex; + justify-content: center; + align-items: center; +} + #sidebar { min-width: 250px; max-width: 250px; @@ -211,6 +217,11 @@ a[data-toggle="collapse"] { overflow: initial; } +#passwordLoginButton { + height: 3.0rem; + padding-top: 0.5rem; +} + button { height: 2.5rem; }