Revert "Move card footer container inside the card-footer component"

This reverts commit 58aeb72afa.
This commit is contained in:
Joachim
2021-04-21 21:48:31 +02:00
parent 17436b6657
commit 53b47aa264
3 changed files with 27 additions and 29 deletions

View File

@ -11,8 +11,10 @@
</section>
{% endif %}
{% block card-footer %}
{% endblock %}
<footer class="card-footer has-background-white-bis">
{% block card-footer %}
{% endblock %}
</footer>
{% block card-bonus %}
{% endblock %}