Test template css changes 94/85694/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 18 Apr 2019 13:49:14 +0000 (19:19 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Thu, 18 Apr 2019 13:49:31 +0000 (19:19 +0530)
Changed button styles as per other screens

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

index 49d5599..b7ff037 100644 (file)
@@ -34,9 +34,12 @@ limitations under the License.
     margin: 1em;
     background-color: #3f51b5;
     color: white;
-    border-radius: 2em;
     padding: 0.5em;
     min-width: 6em;
+    border-radius: 4px;
+    border: none;
+    line-height: none !important;
+    cursor: pointer;
 }
 
 .testTemplateContainer {