Skip to content
Snippets Groups Projects
Commit c37aecf9 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add 'no answers'-status to statistic-help-dialog

parent 4be7c839
No related merge requests found
...@@ -19,6 +19,12 @@ ...@@ -19,6 +19,12 @@
</mat-chip> </mat-chip>
<h3> < 50 % </h3> <h3> < 50 % </h3>
</div> </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> </mat-chip-list>
</div> </div>
</div> </div>
...@@ -10,8 +10,12 @@ ...@@ -10,8 +10,12 @@
background-color: #FFD54F; background-color: #FFD54F;
} }
.emptyC {
background-color: #E0E0E0;
}
mat-chip { mat-chip {
width: 100px!important; width: 130px!important;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment