-
- +
- +
- +
-
-
- +
- +
- +
- +
- -
-
-
- +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
- - diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss index 8f731bd9d..f7949e25c 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss @@ -1,3 +1,21 @@ +.header-image { + background: url('/assets/images/dashboard-bg.png') no-repeat; + background-size: cover; + margin-top: 70px; + min-height: 15em; + position: relative; +} + +.header-text-container { + background: rgba(255, 255, 255, 0.7); + position: absolute; + bottom: 0px; + padding-left: 5em; + padding-right: 10em; + padding-top: 2em; + padding-bottom: 2em; +} + .dashboard { .card { padding: 25px 20px 20px 20px; diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar.component.html b/dmp-frontend/src/app/ui/sidebar/sidebar.component.html index fa2f48777..1da205678 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar.component.html +++ b/dmp-frontend/src/app/ui/sidebar/sidebar.component.html @@ -1,5 +1,5 @@