diff --git a/src/app/webapp-common/assets/icons/fingers-white.svg b/src/app/webapp-common/assets/icons/fingers-white.svg new file mode 100644 index 00000000..45dac035 --- /dev/null +++ b/src/app/webapp-common/assets/icons/fingers-white.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/app/webapp-common/pipelines/edit-pipeline-header/edit-pipeline-header.component.html b/src/app/webapp-common/pipelines/edit-pipeline-header/edit-pipeline-header.component.html index 6efc757b..193a19ca 100644 --- a/src/app/webapp-common/pipelines/edit-pipeline-header/edit-pipeline-header.component.html +++ b/src/app/webapp-common/pipelines/edit-pipeline-header/edit-pipeline-header.component.html @@ -1,7 +1,7 @@ -
+
+
-
-
Details
-
image
+
+
 DETAILS
+
+ PLEASE ADD ATLEAST ONE STEP TO GET STARTED
\ No newline at end of file diff --git a/src/app/webapp-common/pipelines/edit-pipeline/edit-pipeline.component.scss b/src/app/webapp-common/pipelines/edit-pipeline/edit-pipeline.component.scss index e69de29b..1e63d029 100644 --- a/src/app/webapp-common/pipelines/edit-pipeline/edit-pipeline.component.scss +++ b/src/app/webapp-common/pipelines/edit-pipeline/edit-pipeline.component.scss @@ -0,0 +1,33 @@ +.sm-edit-pipeline-main{ + display: flexbox; +} +.sm-edit-pipeline-body{ + // display: flex; + flex-grow: 1; + padding: 30px; + justify-content: flex-start; + height: 100%; + .details{ + display: flex; + width: 144px; + height: 45px; + background-color: #2c3246; + align-items: center; + justify-content: center; + border-radius: 5px; + .icon{ + margin-right: 20px; + } + } + .addStep{ + display: flex; + flex-direction: column; + align-items: center; + height: 100svh; + justify-content: center; + .icon{ + width:107px ; + height:107px ; + } + } +} diff --git a/src/app/webapp-common/shared/ui-components/styles/icons.scss b/src/app/webapp-common/shared/ui-components/styles/icons.scss index 7a39b808..5542d696 100755 --- a/src/app/webapp-common/shared/ui-components/styles/icons.scss +++ b/src/app/webapp-common/shared/ui-components/styles/icons.scss @@ -596,3 +596,6 @@ .i-datasets-empty-state { @include icon('#{$assets-icons-path}/datasets-empty-state.svg'); } +.i-fingers-white { + @include icon('#{$assets-icons-path}/fingers-white.svg'); +}