add style on add wallet section
This commit is contained in:
parent
4bf770b4be
commit
9151d96af6
2 changed files with 74 additions and 21 deletions
|
|
@ -1,16 +1,20 @@
|
|||
<div class="small-12 columns add-wallet">
|
||||
<a class="button-setup db oh" title="Create new wallet" ng-click="$root.go('create')">
|
||||
<i class="fi-plus"></i>
|
||||
<span>Create new wallet</span>
|
||||
</a>
|
||||
|
||||
<a class="button-setup db oh" title="Join shared wallet" ng-click="$root.go('join')">
|
||||
<i class="icon-people"></i>
|
||||
<span>Join shared wallet</span>
|
||||
</a>
|
||||
|
||||
<a class="button-setup db oh" title="Import wallet" ng-click="$root.go('import')">
|
||||
<i class="icon-upload"></i>
|
||||
<span>Import wallet</span>
|
||||
</a>
|
||||
<div class="row manage text-center">
|
||||
<div class="large-4 small-12 columns">
|
||||
<a class="db oh panel" title="Create new wallet" ng-click="$root.go('create')">
|
||||
<i class="fi-plus"></i>
|
||||
<span>Create new wallet</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="large-4 small-12 columns">
|
||||
<a class="db oh panel join" title="Join shared wallet" ng-click="$root.go('join')">
|
||||
<i class="icon-people"></i>
|
||||
<span>Join shared wallet</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="large-4 small-12 columns">
|
||||
<a class="db oh panel import" title="Import wallet" ng-click="$root.go('import')">
|
||||
<i class="icon-upload"></i>
|
||||
<span>Import wallet</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue