diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-22 16:18:24 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-22 16:18:31 +0530 |
commit | 955531ff0fb72d482183807245a46ce1cc6be999 (patch) | |
tree | c7196165bd08522ca0bf25a2527863988f666445 /cds-ui/client | |
parent | d94c81e03562abd5fe097c21bba1b00d2bd9bdea (diff) |
Style changes in Select template
Change-Id: If1c6edd9274dd43d8474f1ef0afcc70eaaa4f04b
Issue-ID: CCSDK-704
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/client')
-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 { |