fix(all): the buttons

This commit is contained in:
Jason Dreyzehner 2016-10-11 23:23:54 -04:00
commit 2e6d394673
25 changed files with 38 additions and 43 deletions

View file

@ -98,10 +98,10 @@
<div class="padding text-center" translate>
Only Main (not change) addresses are shown. The addresses on this list were not verified locally at this time.
</div>
<button class="button button-block button-positive" ng-click="scan()" translate>
<button class="button button-standard button-primary" ng-click="scan()" translate>
Scan addresses for funds
</button>
<button class="button button-block button-positive" ng-show="isCordova" ng-click="sendAddrs()" translate>
<button class="button button-standard button-primary" ng-show="isCordova" ng-click="sendAddrs()" translate>
Send addresses by email
</button>
</div>