Resource definition - css changes 37/86137/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 24 Apr 2019 10:01:13 +0000 (15:31 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Wed, 24 Apr 2019 10:02:02 +0000 (15:32 +0530)
Made css changes to buttons as per other screens

Issue-ID: CCSDK-1217
Change-Id: Id5544b4ba4d300fefe9d1f065d614ceca553c453
Signed-off-by: Arundathi Patil <arundpil@in.ibm.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

index 51df096..50a386a 100644 (file)
@@ -22,7 +22,7 @@
     background:#3f51b5; 
     margin-top: 10px; 
     position: absolute;
-    border-radius: 1em;
+    border-radius: 4px;
 }
 .ver-card {
   width: 100%;  
@@ -46,4 +46,7 @@
 }
 .success{
 color:green;
+}
+.comp-disabled {
+    display: none;
 }
\ No newline at end of file