improve pin screen

This commit is contained in:
bechi 2015-02-10 16:49:15 -03:00
commit 91dc40536e
5 changed files with 32 additions and 26 deletions

View file

@ -16,8 +16,8 @@
</div>
<div class="pin-button-bar">
<a class="pin-button" ng-click="skip()">
<i class="fi-unlock text-warning" ng-show="$root.hasPin"></i>
<i class="fi-home text-secondary" ng-show="!$root.hasPin"></i>
<i class="icon-power text-primary" ng-show="$root.hasPin"></i>
<i class="text-primary size-14" ng-show="!$root.hasPin">Skip</i>
</a>
<a class="pin-button" ng-click="press(0)">0</a>
<a class="pin-button" ng-click="clear()"><i class="fi-arrow-left"></i></a>