diff --git a/src/sass/views/onboarding/onboard-disclaimer.scss b/src/sass/views/onboarding/onboard-disclaimer.scss index f755da3a6..281976e71 100644 --- a/src/sass/views/onboarding/onboard-disclaimer.scss +++ b/src/sass/views/onboarding/onboard-disclaimer.scss @@ -1,9 +1,9 @@ #onboarding-disclaimer { color: #fff; height: 100%; - transition: transform 2s ease; + transition: transform 1s ease; &.shrink{ - transform: scale(.5); + transform: scale(.98); } &-container { max-width: 450px; @@ -90,9 +90,6 @@ bottom: 0; width: 100%; z-index: 10; - &.header-present{ - bottom: 38px; - } &-content{ max-width: 450px; @include center-block(); @@ -119,6 +116,11 @@ .checkbox input:before, .checkbox .checkbox-icon:before{ border-color:$soft-blue; + background:#fff; + } + .checkbox input:after, + .checkbox .checkbox-icon:after{ + border-color:#13e5b6; } .checkbox input:checked:before, .checkbox input:checked + .checkbox-icon:before { diff --git a/src/sass/views/onboarding/onboarding.scss b/src/sass/views/onboarding/onboarding.scss index 4acd9bfc5..6e480b67c 100644 --- a/src/sass/views/onboarding/onboarding.scss +++ b/src/sass/views/onboarding/onboarding.scss @@ -53,6 +53,10 @@ width: 100%; } +.pane-onboarding{ + background: #0B1E4F; +} + @import "terms-of-use"; @import "onboard-welcome"; @import "onboard-tour"; diff --git a/www/views/onboarding/disclaimer.html b/www/views/onboarding/disclaimer.html index 1e382662f..557b574ae 100644 --- a/www/views/onboarding/disclaimer.html +++ b/www/views/onboarding/disclaimer.html @@ -1,32 +1,34 @@ - - - - - - - - -
-
Quick review! {{shrinkView}}
-
Almost done! Let's review.
-
Bitcoin is different – it cannot be safely held with a bank or web service.
- - - I understand that my funds are held securely on this device, not by a company. - - - I understand that if this app is moved to another device or deleted, my bitcoin can only be recovered with the backup phrase. - - + + + + + + + + + +
+
Quick review! {{shrinkView}}
+
Almost done! Let's review.
+
Bitcoin is different – it cannot be safely held with a bank or web service.
+ + + I understand that my funds are held securely on this device, not by a company. + + + I understand that if this app is moved to another device or deleted, my bitcoin can only be recovered with the backup phrase. + + +
+
+
+
+
+ +

I have read, understood, and agree to the Terms of Use.

+
- - -
-
- -

I have read, understood, and agree to the Terms of Use.

-
-
+