summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-28 23:52:17 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-28 23:52:17 +0000
commit4f459295af885168c804bd5d250d2cceca2940cb (patch)
tree84c825174d2dc61211c0e1e1263ad905e8473f13 /cds-ui/client/src/app/feature-modules/resource-definition/resource-edit
parent4537569dd0bcbbe32e9f91fdab85463b19c9065e (diff)
parent60f0185270c0607d4a178c9096333e407e023a0b (diff)
Merge "button styling"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-edit')
-rw-r--r--cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit.component.scss b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit.component.scss
index 7135350d5..7c60cf3e6 100644
--- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit.component.scss
+++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit.component.scss
@@ -36,10 +36,10 @@
}
.mat-raised-button{
border: 1px solid grey;
- background-color: grey;
+ background-color: #3f51b5;
padding: 1px;
color: white;
-
+ border-radius: 1em;
}
.mat-card-title{
padding-top: 7px;