diff --git a/src/app/app.component.css b/src/app/app.component.css index 305da2d..fd3bc5d 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -1,5 +1,5 @@ main{ - margin: auto; + margin: 5px; } .footer{ diff --git a/src/app/login/login.component.css b/src/app/login/login.component.css index f0bb089..9fe6385 100644 --- a/src/app/login/login.component.css +++ b/src/app/login/login.component.css @@ -6,6 +6,10 @@ mat-card.coolcard{ color: #FFFFFF; margin: 5px; } +mat-card.centercard{ + max-width: 400px; + border: 1px solid #CCCCCC; +} .icon{ font-family: 'Material Icons'; } diff --git a/src/app/login/login.component.html b/src/app/login/login.component.html index 032e8c5..ab850a6 100644 --- a/src/app/login/login.component.html +++ b/src/app/login/login.component.html @@ -1,43 +1,31 @@ -
- - - - - - - - - - -

Last block seen: {{ heightUpdate | async }}

- +

The Zcash Register

-
-
    -
  1. - Select your session length. -
  2. -
  3. - Confirm you've sent your shielded memo. -
  4. -
  5. - Wait for confirmation of your transaction on the Zcash blockchain (~10 minutes). -
  6. -
  7. - Enter the PIN provided by ZGo to your wallet to confirm ownership. -
  8. -
-
-
-

Expecting confirmation around block {{targetBlock}}.

-
+
+
    +
  1. + Select your session length. +
  2. +
  3. + Confirm you've sent your shielded memo. +
  4. +
  5. + Wait for confirmation of your transaction on the Zcash blockchain (~10 minutes). +
  6. +
  7. + Enter the PIN provided by ZGo to your wallet to confirm ownership. +
  8. +
+
+
+

Expecting confirmation around block {{targetBlock}}.

+

@@ -59,7 +47,7 @@ It needs {{6 - tx.confirmations}} more confirmations. - +
Session length diff --git a/src/styles.css b/src/styles.css index 6c06f8c..8038315 100644 --- a/src/styles.css +++ b/src/styles.css @@ -20,4 +20,7 @@ /*@include mat.all-component-themes($my-theme);*/ @import './custom-theme.scss'; html, body { height: 100%; } -body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } +body { + margin: 0; + font-family: Roboto, "Helvetica Neue", sans-serif; +}