diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-18 19:19:14 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-04-18 19:19:31 +0530 |
commit | 131e5bea248728ea322feb01f59ec8b7a4aae6f7 (patch) | |
tree | 40e741bf1b467e2caba52b1d254a6932fcb3a978 /cds-ui/client/src/app | |
parent | 1e7aa69376ee082cc85f1e22f27763cdbb0c0be3 (diff) |
Test template css changes
Changed button styles as per other screens
Issue-ID: CCSDK-1227
Change-Id: I08d32996f9e27377dbf54a828002427e2f8f6081
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.scss | 5 |
1 files changed, 4 insertions, 1 deletions
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 { |