Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai committed Apr 30, 2024
1 parent 82624fe commit 1ffb8ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/templates/components/information-box.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% macro information_box(msg, html='') %}
<div class="bg-gray-100 border-l-4 border-gray-300 p-gutter">
<div class="bg-gray px-5 py-2 lg:w-3/4">
<p class="m-0">
{{ msg }}{{ html|safe }}
</p>
</div>
</div>
{% endmacro %}

0 comments on commit 1ffb8ae

Please sign in to comment.