copay/public/views/modals/glidera-confirmation.html

17 lines
648 B
HTML
Raw Normal View History

2015-09-07 07:14:09 -07:00
<div class="m20tp text-center">
<div class="row">
2015-09-12 19:49:14 -07:00
<h1 class="text-center m20b p20h">Are you sure you would like to log out of your Glidera account?</h1>
<p class="text-gray p20h">You will need to log back in to buy or sell bitcoin in Copay.</p>
2015-09-10 12:19:07 -07:00
<div class="large-6 medium-6 small-6 columns">
<button class="button light-gray expand outline round" ng-click="cancel()">
2015-09-12 19:49:14 -07:00
<i class="fi-arrow-left"></i> <span class="tu">Back</span>
2015-09-10 12:19:07 -07:00
</button>
</div>
<div class="large-6 medium-6 small-6 columns">
<button class="button warning expand round" ng-click="ok()">
2015-09-12 19:49:14 -07:00
<span>Log out</span>
2015-09-10 12:19:07 -07:00
</button>
</div>
2015-09-07 07:14:09 -07:00
</div>
</div>