Show missing invitations as red alerts
This commit is contained in:
parent
b6b5304520
commit
27eb15fc2d
@ -119,8 +119,8 @@
|
||||
@include icon-color($color-green);
|
||||
}
|
||||
.uninvited {
|
||||
color: $color-gray-light;
|
||||
@include icon-color($color-gray-light);
|
||||
color: $color-red;
|
||||
@include icon-color($color-red);
|
||||
}
|
||||
|
||||
.task-order-invitation-status__icon {
|
||||
|
@ -55,7 +55,7 @@
|
||||
{% set class = "invited" if officer else "uninvited" %}
|
||||
<div class="task-order-invitation-status row">
|
||||
<div class="task-order-invitation-status__icon col">
|
||||
<span>{{ Icon("ok", classes=class) }}</span>
|
||||
<span>{{ Icon("ok" if officer else "alert", classes=class) }}</span>
|
||||
</div>
|
||||
<div class="task-order-invitation-status__title col {{ class }}">
|
||||
{{ title }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user