mirror of
https://github.com/tabler/tabler.git
synced 2026-08-04 09:24:40 +04:00
11 lines
491 B
HTML
11 lines
491 B
HTML
<div class="card p-3">
|
|
<div class="d-flex align-items-center">
|
|
<span class="stamp stamp-md bg-{{ include.color | default: 'red' }} mr-3">
|
|
<i class="{{ include.icon | default: 'fa fa-dollar' }}"></i>
|
|
</span>
|
|
<div>
|
|
<h4 class="m-0"><a href="javascript:void(0)">{{ include.value | default: '16' }} <small>{{ include.description | default: 'Sales' }}</small></a></h4>
|
|
<small class="text-muted">{{ include.subtitle | default: '6 waiting payments' }}</small>
|
|
</div>
|
|
</div>
|
|
</div> |