diff --git a/src/platform/core/steps/step-body/step-body.component.html b/src/platform/core/steps/step-body/step-body.component.html index 48fe9b3e96..e2a84e0062 100644 --- a/src/platform/core/steps/step-body/step-body.component.html +++ b/src/platform/core/steps/step-body/step-body.component.html @@ -1,15 +1,15 @@
-
-
+
+
-
+
-
+
diff --git a/src/platform/core/steps/step-body/step-body.component.scss b/src/platform/core/steps/step-body/step-body.component.scss index cdda341e40..9d42d4c902 100644 --- a/src/platform/core/steps/step-body/step-body.component.scss +++ b/src/platform/core/steps/step-body/step-body.component.scss @@ -1,15 +1,7 @@ @import '../../styles/variables'; -@import '../../styles/default-theme'; .td-step-content, .td-step-summary, .td-step-actions { - padding-top: $padding; - padding-left: $padding; - display: block; + margin: $margin; } - -.td-step-summary, -.td-step-actions { - margin-bottom: $margin; -} \ No newline at end of file