diff options
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; +} |