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

Center content of statistic-help dialog

parent cc1b5c35
1 merge request!138Resolve "Refine answer statistics"
Pipeline #23730 passed with stages
in 3 minutes and 11 seconds
<mat-chip-list class="mat-chip-list-stacked">
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
<mat-chip class="positiveC">
Good
</mat-chip>
<h3> > 85 % </h3>
<div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center">
<mat-chip-list class="mat-chip-list-stacked">
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
<mat-chip class="positiveC">
Good
</mat-chip>
<h3> > 85 % </h3>
</div>
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
<mat-chip class="okayC">
Okay
</mat-chip>
<h3> > 50 % </h3>
</div>
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
<mat-chip class="negativeC">
Improvable
</mat-chip>
<h3> < 50 % </h3>
</div>
</mat-chip-list>
</div>
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
<mat-chip class="okayC">
Okay
</mat-chip>
<h3> > 50 % </h3>
</div>
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
<mat-chip class="negativeC">
Improvable
</mat-chip>
<h3> < 50 % </h3>
</div>
</mat-chip-list>
</div>
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