diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-19 00:30:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 00:30:03 +0000 |
commit | f5991756ab79209e793a9de072eb2100958c853f (patch) | |
tree | 90b9aacaf85d5dbd2e2b887e1800ea4945729689 | |
parent | 41ce352d4264b70c74769d3e144f2be812617664 (diff) | |
parent | 131e5bea248728ea322feb01f59ec8b7a4aae6f7 (diff) |
Merge "Test template css changes"
-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 { |