add style on add wallet view

This commit is contained in:
bechi 2014-12-18 09:18:34 -03:00 committed by Gustavo Maximiliano Cortez
commit 7036ae07cd
2 changed files with 16 additions and 10 deletions

View file

@ -1,11 +1,17 @@
<a title="Create new wallet" ng-click="$root.go('create')">
Create new wallet
</a>
<div class="small-12 columns">
<h1>Add Wallet</h1>
<a class="panel db oh" title="Create new wallet" ng-click="$root.go('create')">
<span class="text-black left">Create new wallet</span>
<i class="icon-arrow-right3 right text-gray"></i>
</a>
<a title="Join shared wallet" ng-click="$root.go('join')">
Join shared wallet
</a>
<a class="panel db oh" title="Join shared wallet" ng-click="$root.go('join')">
<span class="text-black left">Join shared wallet</span>
<i class="icon-arrow-right3 right text-gray"></i>
</a>
<a title="Import wallet" ng-click="$root.go('import')">
Import wallet
</a>
<a class="panel db oh" title="Import wallet" ng-click="$root.go('import')">
<span class="text-black left">Import wallet</span>
<i class="icon-arrow-right3 right text-gray"></i>
</a>
</div>