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 | |
parent | bfe1ff8d717a6bd1c6c0fced8c7389a90da40702 (diff) |
button styling
Change-Id: I1147b4c2a529863d8fdb47d2388c9f9d02a18b08
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui')
3 files changed, 7 insertions, 6 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss index 1d113d49b..b3b7fe7d5 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss @@ -19,10 +19,10 @@ */ .matStepNextBtn{ color:white; - background:gray; + background:#3f51b5; margin-top: 10px; position: absolute; - + border-radius: 1em; } .ver-card { width: 100%; 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; +} 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; |