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

16 lines
576 B
HTML

<!-- Custom Alert Using an SVG -->
<!-- DO NOT FORMAT THIS DOCUMENT -->
<blockquote>
<p>
<span class="icon-span-tip"><span class="iconify octicon octicon-tip mr-2"
data-icon="fa:check-square-o"></span><b>Tip:</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>