From 131e5bea248728ea322feb01f59ec8b7a4aae6f7 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Thu, 18 Apr 2019 19:19:14 +0530 Subject: Test template css changes Changed button styles as per other screens Issue-ID: CCSDK-1227 Change-Id: I08d32996f9e27377dbf54a828002427e2f8f6081 Signed-off-by: Arundathi Patil --- .../blueprint/test-template/test-template.component.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/test-template') 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 { -- cgit 1.2.3-korg