diff options
author | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-02-28 18:57:27 +0530 |
---|---|---|
committer | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-02-28 18:57:27 +0530 |
commit | 60f0185270c0607d4a178c9096333e407e023a0b (patch) | |
tree | a8cbfd593627380b31868d1dcef73780b41d0a1a /cds-ui/client/src/app/feature-modules/resource-definition/resource-edit | |
parent | bfe1ff8d717a6bd1c6c0fced8c7389a90da40702 (diff) |
button styling
Change-Id: I1147b4c2a529863d8fdb47d2388c9f9d02a18b08
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
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.scss | 4 |
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; |