agdar/static/data/ui-general/code-3.json
2025-11-02 14:35:35 +03:00

16 lines
517 B
JSON
Executable File

<!-- default -->
<div class="note alert-primary">
<div class="note-icon"><i class="fab fa-facebook-f"></i></div>
<div class="note-content">
<h4><b>Note with icon!</b></h4>
<p> ... </p>
</div>
</div>
<!-- with end icon -->
<div class="note alert-warning note-with-end-icon">
<div class="note-icon">...</div>
<div class="note-content text-end">
...
</div>
</div>