Fixes transition of splash and creating wallet
This commit is contained in:
parent
1a6e06202f
commit
a82f477c20
4 changed files with 12 additions and 56 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="panel text-center m15 splash">
|
||||
<div class="text-center splash">
|
||||
<div class="row">
|
||||
<div class="medium-6 large-4 medium-centered small-centered large-centered columns">
|
||||
<div class="m50b p20">
|
||||
|
|
@ -12,6 +12,8 @@
|
|||
<div class="line-b m20b"></div>
|
||||
</div>
|
||||
</div>
|
||||
<button ng-click="$root.go('createProfile')" class="button black expand radius " translate> START </button>
|
||||
<div class="row columns start-button">
|
||||
<button ng-click="$root.go('createProfile')" class="button black expand radius " translate> START </button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue