Add platform class to main-ui-view

This commit is contained in:
Mo Bitar
2018-03-15 11:10:26 -05:00
parent 3e981680fc
commit f406364ecf
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
.main-ui-view
.main-ui-view{"ng-class" => "platform"}
%lock-screen{"ng-if" => "needsUnlock", "on-success" => "onSuccessfulUnlock"}
.app#app{"ng-if" => "!needsUnlock"}
%tags-section{"save" => "tagsSave", "add-new" => "tagsAddNew", "will-select" => "tagsWillMakeSelection", "selection-made" => "tagsSelectionMade",