FEATURE [styling][absence] give styling

This commit is contained in:
2023-01-12 19:51:43 +01:00
parent 6c1108b8aa
commit de9d53936f
3 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{# vue component #}
{% if app.user.absenceStart is not null and date(app.user.absenceStart) < date() %}
<p class="alert alert-succes flash_message" style="text-align: center;">{{'absence.You are marked as being absent'|trans }}</p>
<p class="alert alert-warning" role="alert">{{'absence.You are marked as being absent'|trans }}</p>
{% endif %}
<div id="homepage_widget"></div>