diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-22 20:45:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-22 20:45:19 +0000 |
commit | 4465c32a9e09c7777528b259bcb18bb6289f6d1f (patch) | |
tree | 5cf47388754f31b5afeea0774ee66d3ed162135a /cds-ui | |
parent | 6bf066d95bccc0b64c03e8d6a31ad6ae367a3e59 (diff) | |
parent | 6613c27f3a5caa8c6a832e5b39681dfb8a30a6e9 (diff) |
Merge "Button style changes"
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss index 5732b5a26..66f3f28de 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss @@ -21,8 +21,9 @@ limitations under the License. .matStepNextBtn { color: white; - background: gray; + background-color: #3f51b5; margin-top: 10px; position: absolute; margin-bottom: 5px; + border-radius: 2em; }
\ No newline at end of file |