aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss
index 21c06784c..63e456549 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss
+++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss
@@ -25,8 +25,7 @@ limitations under the License.
.matStepNextBtn {
color: white;
- background: gray;
- margin-top: 10px;
- position: absolute;
- margin-bottom: 5px;
+ background-color: #3f51b5;
+ margin-right: 2em;
+ border-radius: 2em;
} \ No newline at end of file