diff --git a/public/views/splash.html b/public/views/splash.html index 9fca6a0b6..5c343df9b 100644 --- a/public/views/splash.html +++ b/public/views/splash.html @@ -1,14 +1,16 @@ -
+
-
-
+
+
WELCOME TO COPAY

A multisignature bitcoin wallet

-
- icon +
+
+ icon +
{{(error)|translate}}. Retrying... @@ -25,9 +27,13 @@ Creating Profile...
-
- -

Already have a wallet?

- +
+
+ +

Already have a wallet?

+ +
diff --git a/src/css/main.css b/src/css/main.css index 00bc52152..ba8a7564a 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1085,20 +1085,13 @@ input.ng-invalid-match, input.ng-invalid-match:focus { } .splash { - width: 100%; - height: 100%; + top: 0; background: #2C3E50; - position: absolute; background-image: -webkit-linear-gradient(#3D5672 0%, #223243 100%); background-image: -o-linear-gradient(#3D5672 0%, #223243 100%); background-image: linear-gradient(#3D5672 0%, #223243 100%); } -.splash .start-button { - position: absolute; - bottom: 0; -} - .splash .start-button button.black { background-color: #4B6178; } @@ -1107,7 +1100,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { font-size: 0.58rem; } -.gif-splash { +.splash .container-image { padding: 2rem 0; }