From 56b0e9d7f76011ff52f4bbc5938c69b4ccf7a3b6 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Fri, 22 Feb 2019 15:54:55 +0530 Subject: Mat stpper button style change Change-Id: Ie4857ad9cbab5d863587ab069aa5f923894031f7 Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi --- .../src/app/feature-modules/blueprint/blueprint.component.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss') 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 21c06784c..63e456549 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 @@ -25,8 +25,7 @@ limitations under the License. .matStepNextBtn { color: white; - background: gray; - margin-top: 10px; - position: absolute; - margin-bottom: 5px; + background-color: #3f51b5; + margin-right: 2em; + border-radius: 2em; } \ No newline at end of file -- cgit 1.2.3-korg