Style fixes

This commit is contained in:
Mo Bitar
2018-01-24 12:41:35 -06:00
parent 2d2693597c
commit 2d71617f07
5 changed files with 9 additions and 2 deletions

View File

@@ -36,6 +36,6 @@
.item{"ng-if" => "!ctrl.offline", "ng-click" => "ctrl.refreshData()"}
.label Refresh
.item{"ng-if" => "ctrl.hasPasscode()"}
.item#lock-item{"ng-if" => "ctrl.hasPasscode()"}
.label
%i.icon.ion-locked{"ng-if" => "ctrl.hasPasscode()", "ng-click" => "ctrl.lockApp()"}