From dee23a0e8f5c91fac517a5ab153b73617ca6583d Mon Sep 17 00:00:00 2001 From: dtziotzios Date: Wed, 6 Mar 2019 12:03:02 +0200 Subject: [PATCH] dashboard QuickWizard Buttons --- .../app/ui/dashboard/dashboard.component.html | 39 +++++++++++++++---- .../quick-wizard-create-add.component.html | 37 ++++++++---------- .../quick-wizard-create-add.component.ts | 4 +- 3 files changed, 50 insertions(+), 30 deletions(-) diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html index 2bb207abf..354a7e00a 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html @@ -8,11 +8,25 @@
+ +
+
+
+ +
+
+
+ +
- + @@ -22,7 +36,8 @@ - +

{{activity.label}}

@@ -35,7 +50,11 @@
- + @@ -45,7 +64,8 @@ - +

{{activity.label}}

@@ -58,7 +78,11 @@
- + @@ -68,7 +92,8 @@ - +

{{activity.label}}

@@ -82,4 +107,4 @@
- + \ No newline at end of file diff --git a/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.html b/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.html index 014473e46..b38ba7269 100644 --- a/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.html +++ b/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.html @@ -1,24 +1,21 @@ -
- -
-
-
-
- -
-
-
- + \ No newline at end of file diff --git a/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.ts b/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.ts index ebcfc399f..74b8cde91 100644 --- a/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.ts +++ b/dmp-frontend/src/app/ui/dashboard/quick-wizard-create-add/quick-wizard-create-add.component.ts @@ -10,9 +10,7 @@ import { MatSnackBar } from "@angular/material"; styleUrls: ['./quick-wizard-create-add.component.scss'] }) export class QuickWizardCreateAdd extends BaseComponent implements OnInit { - linearCreateColor: string ="linear-gradient(60deg, #ef5350, #e53935)"; - linearAddColor: string ="linear-gradient(60deg, #26c6da, #00acc1)"; - + constructor( private router: Router, private languageService: TranslateService,