diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-28 23:52:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-28 23:52:17 +0000 |
commit | 4f459295af885168c804bd5d250d2cceca2940cb (patch) | |
tree | 84c825174d2dc61211c0e1e1263ad905e8473f13 /cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss | |
parent | 4537569dd0bcbbe32e9f91fdab85463b19c9065e (diff) | |
parent | 60f0185270c0607d4a178c9096333e407e023a0b (diff) |
Merge "button styling"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss index 9e4219a4c..c27e7d216 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss @@ -24,8 +24,9 @@ .matStepNextBtn{ color:white; - background:gray; + background:#3f51b5; margin-top: 10px; position: absolute; margin-bottom: 5px; -}
\ No newline at end of file + border-radius: 1em; +} |