EyeTrackVR-Docs/docs/_includes/custom/alerts/Success.html
ZanzyTHEbar bdc838fdba update
- Minor modifications to the icons for alerts
2022-06-06 07:48:24 +02:00

16 lines
606 B
HTML

<!-- Custom Alert Using an SVG -->
<!-- DO NOT FORMAT THIS DOCUMENT -->
<blockquote>
<p>
<span class="icon-span-success"><span class="iconify-inline" data-icon="icon-park-solid:success" data-width="16"
data-height="16"></span><b> Success:</b>
<p class="fs-5 fw-300">
{{ include.content }}
{% if include.hyper_link != null && include.hyper_link != "" %}
<a href="{{ include.hyper_link }}" target="_blank">{{ include.description }}</a>
{% endif %}
</p>
</span>
</p>
</blockquote>