button styling 53/79353/1
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Thu, 28 Feb 2019 13:27:27 +0000 (18:57 +0530)
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Thu, 28 Feb 2019 13:27:27 +0000 (18:57 +0530)
Change-Id: I1147b4c2a529863d8fdb47d2388c9f9d02a18b08
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss
cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss
cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit.component.scss

index 1d113d4..b3b7fe7 100644 (file)
 */
 .matStepNextBtn{
     color:white;
-    background:gray
+    background:#3f51b5
     margin-top: 10px; 
     position: absolute;
-    
+    border-radius: 1em;
 }
 .ver-card {
   width: 100%;  
index 9e4219a..c27e7d2 100644 (file)
@@ -24,8 +24,9 @@
 
 .matStepNextBtn{
     color:white;
-    background:gray;
+    background:#3f51b5;
     margin-top: 10px;
     position: absolute;
     margin-bottom: 5px;
-}
\ No newline at end of file
+    border-radius: 1em;
+}
index 7135350..7c60cf3 100644 (file)
 }
 .mat-raised-button{
   border: 1px solid grey;
-  background-color: grey;
+  background-color: #3f51b5;
   padding: 1px;
   color: white;
-
+  border-radius: 1em;
 }
 .mat-card-title{
    padding-top: 7px;