From: Ezhilarasi Date: Fri, 22 Feb 2019 10:24:55 +0000 (+0530) Subject: Mat stpper button style change X-Git-Tag: 0.4.2~234^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=56b0e9d7f76011ff52f4bbc5938c69b4ccf7a3b6;p=ccsdk%2Fcds.git Mat stpper button style change Change-Id: Ie4857ad9cbab5d863587ab069aa5f923894031f7 Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi --- 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