diff --git a/public/views/glidera.html b/public/views/glidera.html index 218125c07..b8c975df7 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -22,27 +22,23 @@ -
-
-
- -
- +
+
{{index.glideraError}}
-
- @@ -56,17 +52,19 @@
+
+ + Testnet wallets only work with Glidera Sandbox Accounts +
-
-

You can buy and sell Bitcoin with a US bank account directly in Copay.

-
Connect your Glidera account to get started
+
+ +
+
+

You can buy and sell Bitcoin with a US bank account directly in Copay.

+

Connect your Glidera account to get started

-
- - Testnet wallets only work with Glidera Sandbox Accounts -
- - Connect to Glidera @@ -98,57 +96,74 @@
- -
-
- {{index.glideraEmail}} +
+ +
+
+
+
+ + {{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}} + +
+
+ {{index.glideraEmail}} +
- -
- {{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}} +
+
+ + + + +
- -
+
+
+

Complete Setup

Your Glidera account is not ready to transact. Please, verify it at Glidera.io +
-
    -
  • - - Buy Bitcoin +
    +
      +
    • + + Buy Bitcoin + + + +
    • +
    • + + Sell Bitcoin -
    • -
    • - - Sell Bitcoin - - - -
    • -
    • - Preferences - - - -
    • -
    +
  • +
-

Activity

diff --git a/src/css/main.css b/src/css/main.css index f71619032..965d9c8db 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -108,6 +108,12 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu -webkit-box-shadow: 0 0 0px 1000px white inset; } +.sub-header { + background: #F1f3F5; + padding: 0.8rem; + overflow: hidden; +} + .status { color: #FFFFFF; background-color: #A02F23;