Merge "Test template css changes"
authorDan Timoney <dtimoney@att.com>
Fri, 19 Apr 2019 00:30:03 +0000 (00:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 19 Apr 2019 00:30:03 +0000 (00:30 +0000)
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 {