Batch manager + better component sizing

This commit is contained in:
Mo Bitar
2018-02-28 16:10:57 -06:00
parent 92b0dd7db0
commit 4c476ce0c3
7 changed files with 102 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
.background{"ng-click" => "dismiss()"}
.content
.content{"ng-attr-id" => "component-content-outer-{{component.uuid}}"}
.sn-component
.panel{"ng-attr-id" => "component-{{component.uuid}}"}
.panel{"ng-attr-id" => "component-content-inner-{{component.uuid}}"}
.header
%h1.title
{{component.name}}