1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

homepage widgets, icons, navbar menu fixes

This commit is contained in:
codecalm
2019-10-23 19:59:27 +02:00
parent 2ce1182e86
commit 52280ec975
110 changed files with 600 additions and 630 deletions
+6 -8
View File
@@ -1,16 +1,14 @@
<div class="card">
<div class="card-body p-4 py-5 text-center">
{% include ui/avatar.html size="xl" placeholder="W" class="mb-4" %}
<h3>{{ include.title | default: "New website" }}</h3>
<p class="text-muted">Due to: 28 Aug 2018</p>
{% include ui/avatar.html size="xl" placeholder="W" class="mb-4" color=include.project-color %}
<h3 class="mb-0">{{ include.title | default: "New website" }}</h3>
<p class="text-muted">Due to: {{ include.date | default: '28 Aug 2019' }}</p>
<p class="mb-3">
<span class="tag">Development</span>
<span class="badge bg-{{ include.stage-color | default: 'green' }}-lt">{{ include.stage | default: 'Waiting' }}</span>
</p>
<div>
{% include ui/avatar-list.html text="+5" stacked=true %}
{% include ui/avatar-list.html stacked=true offset=include.avatar-offset limit=include.avatar-limit %}
</div>
</div>
<div class="progress card-progress">
<div class="progress-bar bg-green" style="width: 20%"></div>
</div>
{% include ui/progress.html class="card-progress" percentage=include.percentage color=include.percentage-color %}
</div>