leave reports #48

Open
Mashfiq wants to merge 6 commits from dev_mashfiq into devqc
Showing only changes of commit b144d90bed - Show all commits

View File

@ -80,7 +80,9 @@
</div>
<div class="p-col-12 p-lg-1" align="center">:</div>
<div class="p-col-12 p-lg-4"
[ngStyle]="{ 'color': _statusString === 'Discontinued' ? 'red' : 'inherit' }">
[ngStyle]="{ color: _statusString === 'Discontinued' ? 'red' : (_statusString === 'Live' ? 'green' : 'black'),
fontWeight: (_statusString !== 'Discontinued' && _statusString !== 'Live') ? 'normal' : 'bold'
}">
{{ _statusString }}
</div>