Skip to content
Snippets Groups Projects
Commit 7c0e2497 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

GarbageContainerScheduleTile: use red text color if the schedule is today

parent 9066063b
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,14 @@
width: 12%;
height: auto;
}
.garbageContainerScheduleTile .text-red {
color: rgb(230, 76, 60);
}
</style>
<div class="garbageContainerScheduleTile">
<div class="content">
<div class="content {% if data['remainingDays'] == 0 %}text-red{% endif %}">
<img src="../../static/images/{{ data['iconFileName'] }}" class="icon"/>
{{ data['nextEventDate'] }} - {{ data['remainingDays'] }} Tag(e)
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment