diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-22 20:45:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-22 20:45:05 +0000 |
commit | 6bf066d95bccc0b64c03e8d6a31ad6ae367a3e59 (patch) | |
tree | c498490812eaacf0d5df98a552330450f9fc8c23 /cds-ui | |
parent | 5c7c65e99c72f111a020caead5d6d980e9881be6 (diff) | |
parent | 955531ff0fb72d482183807245a46ce1cc6be999 (diff) |
Merge "Style changes in Select template"
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss index 64c816477..931e1d445 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss @@ -21,10 +21,11 @@ limitations under the License. .matStepNextBtn { color: white; - background: gray; + background-color: #3f51b5; margin-top: 10px; position: absolute; margin-bottom: 5px; + border-radius: 2em; } .matStepContent { |