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

Explain colors in statistic-help-dialog

parent 57a3a8c9
1 merge request!138Resolve "Refine answer statistics"
<p> <mat-chip-list class="mat-chip-list-stacked">
statistic-help works! <div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="20px">
</p> <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>
.positiveC {
background-color: #AED581;
}
.negativeC {
background-color: #FF8A65;
}
.okayC {
background-color: #FFD54F;
}
mat-chip {
width: 100px!important;
display: flex;
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