mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
13 lines
443 B
HTML
13 lines
443 B
HTML
<div class="card card-gradient card-gradient-danger">
|
|
<div class="card-body p-5 text-center">
|
|
<h3 class="card-title">Are you sure to delete this card?</h3>
|
|
<p class="text-secondary">If you delete this card, you will not be able to recover it.</p>
|
|
|
|
<div class="btn-list btn-list-center mt-5">
|
|
{% include "ui/button.html" text="Yes, delete it" color="danger" %}
|
|
{% include "ui/button.html" text="Cancel" %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|