Skip to content

Commit

Permalink
added color code key on the pre-appointment line list header (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angie-540 authored Jan 10, 2024
1 parent e875de4 commit ca96cf6
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,26 @@ <h4 for="week-selector">
</div>
</div>
</form>
<div class="row" style="margin-bottom: 10px">
<div class="col-md-12 col-lg-12 col-xs-12 col-sm-12">
<span
>Key
<span class="label label-success" style="font-size: 12px; color: black"
>Successful contact attempts</span
>
<span
class="label"
style="background-color: pink; font-size: 12px; color: black"
>Unsuccessful contact attempts</span
>
<span
class="label"
style="background-color: yellow; font-size: 12px; color: black"
>Requested reschedule</span
>
</span>
</div>
</div>
</div>

<div *ngIf="errors" style="color: red !important">
Expand Down

0 comments on commit ca96cf6

Please sign in to comment.