mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-11 17:45:37 +00:00
@ -1,13 +1,11 @@
|
||||
<div markdown="0">
|
||||
<div class="bg-teal-100 border-t-4 border-teal-500 rounded-b text-teal-900 px-4 py-3 shadow-md" role="alert">
|
||||
<div class="flex">
|
||||
{% if include.style == 'info' %}
|
||||
<img class="fill-current h-6 w-6 text-teal-500 mr-4" src="{{ '/assets/info.svg' | relative_url }}" />
|
||||
{% endif %}
|
||||
<div>
|
||||
<p class="font-bold">{{ include.title }}</p>
|
||||
<p class="text-sm">{{ include.desc }}</p>
|
||||
</div>
|
||||
<div class="bg-teal-100 border-t-4 border-teal-500 rounded-b text-teal-900 px-4 py-3 shadow-md" role="alert">
|
||||
<div class="flex">
|
||||
{% if include.style == 'info' %}
|
||||
<img class="fill-current h-6 w-6 text-teal-500 mr-4" src="{{ '/assets/info.svg' | relative_url }}" />
|
||||
{% endif %}
|
||||
<div>
|
||||
<p class="font-bold">{{ include.title }}</p>
|
||||
<p class="text-sm">{{ include.desc }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user