Merge pull request #2762 from cmgustavo/bug/splash-button-rounded
Splash with rounded buttons
This commit is contained in:
commit
8274e6fc15
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row columns start-button" ng-show="!creatingProfile">
|
<div class="row columns start-button" ng-show="!creatingProfile">
|
||||||
<button ng-click="create()" class="button black expand radius size-12 text-spacing" translate> GET STARTED </button>
|
<button ng-click="create()" class="button black expand round size-12 text-spacing" translate> GET STARTED </button>
|
||||||
<p class="text-gray m5b size-12" translate>Already have a wallet?</p>
|
<p class="text-gray m5b size-12" translate>Already have a wallet?</p>
|
||||||
<button ng-click="create(true)" class="outline dark-gray tiny" translate>Import backup </button>
|
<button ng-click="create(true)" class="button round outline dark-gray tiny" translate>Import backup </button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue