better color coherency with buttons

This commit is contained in:
2022-01-30 19:45:09 +01:00
parent 0a58c43952
commit 73c4a5d39d
8 changed files with 19 additions and 20 deletions

View File

@@ -197,8 +197,7 @@
</div>
{% endif %}
<div class="d-grid gap-2">
<a class="btn btn-misc" href="{{ chill_path_add_return_path('chill_main_notification_create', {'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod', 'entityId': accompanyingCourse.id}) }}">
<i class="fa fa-paper-plane fa-fw"></i>
<a class="btn btn-notify" href="{{ chill_path_add_return_path('chill_main_notification_create', {'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod', 'entityId': accompanyingCourse.id}) }}">
{{ 'notification.Notify'|trans }}
</a>
</div>