diff --git a/public/views/glidera.html b/public/views/glidera.html index 218125c07..e1a507132 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -22,33 +22,27 @@ -
-
-
- +
+
+
+ {{index.glideraError}}
- -
-
- {{index.glideraError}} -
-
-
-
+
+ +
+ -
- - +
@@ -56,17 +50,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,31 +94,52 @@
- -
-
- {{index.glideraEmail}} +
+ +
+
+
+
+

Preferences

+
+
+ + {{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}} + +
+
+ {{index.glideraEmail}} +
- -
- {{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}} +
+
+ + + + +
- -
+
+
- Your Glidera account is not ready to transact. Please, verify it at - Glidera.io +

Complete Setup

+ Your Glidera account is not ready to transact. Please, verify it at Glidera.io + + Go to Glidera + +
    -
  • Buy Bitcoin @@ -140,12 +157,6 @@
  • -
  • - Preferences - - - -
diff --git a/public/views/modals/glidera-confirmation.html b/public/views/modals/glidera-confirmation.html index 61bfa5c9c..641fc6142 100644 --- a/public/views/modals/glidera-confirmation.html +++ b/public/views/modals/glidera-confirmation.html @@ -1,7 +1,7 @@
-

Are you sure you would like to log out of your Glidera account?

-

You will need to log back in to buy or sell bitcoin in Copay.

+

Are you sure you would like to log out of your Glidera account?

+

You will need to log back in to buy or sell bitcoin in Copay.

- 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;