fix(PublicPage): modal close btn improvement and schedule description style

This commit is contained in:
Matthieu Bessat 2020-08-11 22:33:03 +02:00
parent de2f8019ea
commit 9ca7b0cbf7
3 changed files with 11 additions and 3 deletions

View file

@ -111,7 +111,10 @@
<div class="schedule-category">
<div class="schedule-category-header" title="Déroulez">
<div class="schedule-category-name">
{{ item.name|e }} {% if item.description is not empty %}<span class="separator">-</span> {{ item.description|e }}{% endif %}
{{ item.name|e }}
{% if item.description is not empty %}
<span class="separator">-</span><span class="subtitle"> {{ item.description|e }}</span>
{% endif %}
</div>
<svg class="schedule-category-collapse-icon"
aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">