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 b0d70ad66bb8f3bd3bfac1113ea7036372b192f6..9d180a3939d4611c060157ab9e99cfc2bdbfeb06 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 d1a486c7a24567dd38bdcec9c5a25ee66d63cf6d..effb292362e0dfc112c82dc4eb387d3ddcce2097 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; }