Mat stpper button style change 07/79007/1
authorEzhilarasi <ezhrajam@in.ibm.com>
Fri, 22 Feb 2019 10:24:55 +0000 (15:54 +0530)
committerEzhilarasi <ezhrajam@in.ibm.com>
Fri, 22 Feb 2019 10:25:01 +0000 (15:55 +0530)
Change-Id: Ie4857ad9cbab5d863587ab069aa5f923894031f7
Issue-ID: CCSDK-704
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss

index 21c0678..63e4565 100644 (file)
@@ -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