From c37aecf9be48ca9881e8fdda91d4d45952beab16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Mon, 4 Mar 2019 00:37:10 +0100
Subject: [PATCH] Add 'no answers'-status to statistic-help-dialog

---
 .../_dialogs/statistic-help/statistic-help.component.html   | 6 ++++++
 .../_dialogs/statistic-help/statistic-help.component.scss   | 6 +++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.html b/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.html
index b0d70ad66..9d180a393 100644
--- a/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.html
+++ b/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.html
@@ -19,6 +19,12 @@
         </mat-chip>
         <h3> < 50 % </h3>
       </div>
+      <div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
+          <mat-chip class="emptyC">
+            No answers
+          </mat-chip>
+          <mat-icon>not_interested</mat-icon>
+        </div>
     </mat-chip-list>
   </div>
 </div>
diff --git a/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.scss b/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.scss
index d1a486c7a..effb29236 100644
--- a/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.scss
+++ b/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.scss
@@ -10,8 +10,12 @@
   background-color: #FFD54F;
 }
 
+.emptyC {
+  background-color: #E0E0E0;
+}
+
 mat-chip {
-  width: 100px!important;
+  width: 130px!important;
   display: flex;
   justify-content: center;
 }
-- 
GitLab