diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.html b/src/app/workflow-spec-list/workflow-spec-list.component.html index c2af487..21074df 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.html +++ b/src/app/workflow-spec-list/workflow-spec-list.component.html @@ -3,7 +3,7 @@

Workflow Specifications

- + @@ -24,9 +24,9 @@
-

Library Specs

-
@@ -52,15 +52,15 @@
-

Study Specs

- - +

Study Specs

+
+ + +
diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.scss b/src/app/workflow-spec-list/workflow-spec-list.component.scss index beaab28..3ae0359 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.scss +++ b/src/app/workflow-spec-list/workflow-spec-list.component.scss @@ -4,6 +4,7 @@ margin: 0; max-height: 40px; } + .workflow-specs { padding: 3rem; } @@ -12,6 +13,16 @@ height: 60px; } +.custom-fab { + width: 45px; + height: 45px; +} + +.custom-icon { + margin-left: 10px; + margin-top: -15px; +} + .content { min-height: 600px; } @@ -40,10 +51,10 @@ } .category { - padding: 2rem 1rem 1rem 0; + padding: 2rem 1rem .75rem 0; h4 { - margin: 1rem 1rem 0 0; + margin: 5px 1rem 0 0; } .category-actions {