diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-22 15:54:55 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-22 15:55:01 +0530 |
commit | 56b0e9d7f76011ff52f4bbc5938c69b4ccf7a3b6 (patch) | |
tree | 46cf2935b0f61887a1a30cfccddcb7cc57400454 | |
parent | d94c81e03562abd5fe097c21bba1b00d2bd9bdea (diff) |
Mat stpper button style change
Change-Id: Ie4857ad9cbab5d863587ab069aa5f923894031f7
Issue-ID: CCSDK-704
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss | 7 |
1 files changed, 3 insertions, 4 deletions
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 |