From: Arundathi Patil Date: Thu, 18 Apr 2019 13:49:14 +0000 (+0530) Subject: Test template css changes X-Git-Tag: 0.4.2~34^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=131e5bea248728ea322feb01f59ec8b7a4aae6f7;p=ccsdk%2Fcds.git Test template css changes Changed button styles as per other screens Issue-ID: CCSDK-1227 Change-Id: I08d32996f9e27377dbf54a828002427e2f8f6081 Signed-off-by: Arundathi Patil --- diff --git a/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss index 49d559933..b7ff037be 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss @@ -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 {