Updated content
This commit is contained in:
parent
23034617bc
commit
5b55650bd3
6 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
/* Colors */
|
||||
$v-primary-color: #fab915;
|
||||
$v-secondary-color: #fab915;
|
||||
$v-accent-color: #fab915;
|
||||
$v-accent-color: #191919;
|
||||
|
||||
$v-text-primary-color: #fab915;
|
||||
$v-text-secondary-color: #f8ecd0;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 66 KiB |
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('collectEmailController', func
|
|||
var wallet, walletId;
|
||||
$scope.data = {};
|
||||
// Get more info: https://mashe.hawksey.info/2014/07/google-sheets-as-a-database-insert-with-apps-script-using-postget-methods-with-ajax-example/
|
||||
var URL = "https://script.google.com/macros/s/AKfycbwQXvUw6-Ix0cRLMi7hBB8dlgNTCTgwfNIQRds6RypPV7dO8evW/exec";
|
||||
var URL = "https://script.google.com/macros/s/1ihZK47nRXHV8O8sA4VFKkRV8wB9iI-l4DwPOWAxIaJs/exec";
|
||||
|
||||
var _post = function(dataSrc) {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ $v-onboarding-bar-header-button-color: #ffffff !default;
|
|||
$v-onboarding-tour-swiper-pagination-bg: $v-accent-color !default;
|
||||
$v-onboarding-backup-alert-icon-color: $v-accent-color !default;
|
||||
$v-onboarding-checkbox-off-border: $v-accent-color !default;
|
||||
$v-onboarding-checkbox-on-border: $v-success-color !default;
|
||||
$v-onboarding-checkbox-on-border: $v-accent-color !default;
|
||||
|
||||
$v-onboarding-tour-phone-bg: url(../img/onboarding-tour-phone.svg) !default;
|
||||
$v-onboarding-tour-currency-bg: url(../img/onboarding-tour-currency-bg.svg) !default;
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="onboarding-description" translate>This app stores your bitcoin with cutting-edge security.</div>
|
||||
<div class="onboarding-illustration-control"></div>
|
||||
<div class="cta-buttons">
|
||||
<div class="onboarding-tldr" translate>Not even BitPay can access it.</div>
|
||||
<div class="onboarding-tldr" translate>Not even Bitcoin.com can access it.</div>
|
||||
<button class="button button-standard button-primary" ng-click="createDefaultWallet()" translate>
|
||||
Create bitcoin wallet
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue