Metadata component css changes 76/82776/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 20 Mar 2019 08:57:04 +0000 (14:27 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Wed, 20 Mar 2019 08:57:12 +0000 (14:27 +0530)
Added css changes to metadata component

Issue-ID: CCSDK-1098
Change-Id: Ic989b3bec49d0c876901458242ba0d1610ae4418
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/select-template/metadata/metadata.component.scss

index 88ce560..1e49773 100644 (file)
@@ -31,7 +31,10 @@ limitations under the License.
 
 .matBtn {
     color: white;
-    background: gray;
+    background:#3f51b5;
     margin-top: 10px;
     position: absolute;
+    border-radius: 4px;
+    min-width: 6em;
+    cursor: pointer;
 }
\ No newline at end of file