diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-22 20:44:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-22 20:44:48 +0000 |
commit | 5c7c65e99c72f111a020caead5d6d980e9881be6 (patch) | |
tree | fff6612179216f5a08622a2d7e4a85e5b9e11710 /cds-ui/client | |
parent | 3d2041fa158554da7c5224a773cf113de11b4691 (diff) | |
parent | 56b0e9d7f76011ff52f4bbc5938c69b4ccf7a3b6 (diff) |
Merge "Mat stpper button style change"
Diffstat (limited to 'cds-ui/client')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss index 21c06784c..63e456549 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss @@ -25,8 +25,7 @@ limitations under the License. .matStepNextBtn { color: white; - background: gray; - margin-top: 10px; - position: absolute; - margin-bottom: 5px; + background-color: #3f51b5; + margin-right: 2em; + border-radius: 2em; }
\ No newline at end of file |