diff --git a/dashboard/src/app/projects/create-project/create-project.styl b/dashboard/src/app/projects/create-project/create-project.styl
index bb6b3fa4b7..b05f9d2e6a 100644
--- a/dashboard/src/app/projects/create-project/create-project.styl
+++ b/dashboard/src/app/projects/create-project/create-project.styl
@@ -60,6 +60,7 @@ md-select.create-project-select
background-repeat no-repeat
background-position-x 0
background-position-y bottom
+ background-image url('../assets/images/bg-intermediate-screen.svg')
height 220px
padding-left 40px
padding-right 40px
diff --git a/dashboard/src/app/workspaces/workspace-details/workspace-details.html b/dashboard/src/app/workspaces/workspace-details/workspace-details.html
index dfe64fbdee..e2ff1e2588 100644
--- a/dashboard/src/app/workspaces/workspace-details/workspace-details.html
+++ b/dashboard/src/app/workspaces/workspace-details/workspace-details.html
@@ -65,7 +65,7 @@