From 18772549040b4942523e1dff0b89a7ed65879441 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Thu, 14 Feb 2019 12:44:27 +0530 Subject: Stepper form style and formatting Change-Id: I22d2ceba1f3673872d8e458daff7838d475e4872 Issue-ID: CCSDK-703 Signed-off-by: Ezhilarasi --- .../blueprint/blueprint.component.scss | 8 ++++ .../select-template/select-template.component.html | 47 ++++++++++------------ .../select-template/select-template.component.scss | 21 +++++++--- 3 files changed, 45 insertions(+), 31 deletions(-) (limited to 'cds-ui/client/src') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss index 1c0c05a54..21c06784c 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss @@ -21,4 +21,12 @@ limitations under the License. .mat-card { padding: 0px !important; +} + +.matStepNextBtn { + color: white; + background: gray; + margin-top: 10px; + position: absolute; + margin-bottom: 5px; } \ No newline at end of file diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html index bcd78323e..a9c604224 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html @@ -19,30 +19,27 @@ limitations under the License. ============LICENSE_END============================================ --> - - Choose CBA Template file - -
-
- -
-
+ + Choose CBA Template file + +
+
+ +
+
- - Browse CBA Template file - -
-
- -
-
- - Enter Metadata details - -
-
+ + Browse CBA Template file + +
+
+ +
+
+ + Enter Metadata details + +
+
- - - - \ No newline at end of file + \ No newline at end of file diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss index 47ae92a20..c0e3dfb99 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss @@ -19,10 +19,19 @@ limitations under the License. ============LICENSE_END============================================ */ -.matStepNextBtn{ - color:white; - background:gray; - margin-top: 10px; +.matStepNextBtn { + color: white; + background: gray; + margin-top: 10px; position: absolute; - -} \ No newline at end of file + margin-bottom: 5px; +} + +.matStep { + margin-top: 15px !important; + margin-bottom: 20px !important; +} + +// .mat-vertical-content { +// margin: 10px !important; +// } \ No newline at end of file -- cgit 1.2.3-korg