summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss
diff options
context:
space:
mode:
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-02-28 18:57:27 +0530
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>2019-02-28 18:57:27 +0530
commit60f0185270c0607d4a178c9096333e407e023a0b (patch)
treea8cbfd593627380b31868d1dcef73780b41d0a1a /cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss
parentbfe1ff8d717a6bd1c6c0fced8c7389a90da40702 (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-definition.component.scss')
-rw-r--r--cds-ui/client/src/app/feature-modules/resource-definition/resource-definition.component.scss5
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;
+}