mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 22:14:39 +04:00
pricing cards fixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<div class="card-body text-center">
|
<div class="card-body text-center">
|
||||||
<div class="text-uppercase text-muted">{{ include.category | default: 'Enterprise' }}</div>
|
<div class="text-uppercase text-muted">{{ include.category | default: 'Enterprise' }}</div>
|
||||||
<div class="h1 my-4">${{ include.price | default: '79' }}</div>
|
<div class="h1 my-3">${{ include.price | default: '79' }}</div>
|
||||||
|
|
||||||
<ul class="list-unstyled lh-lg">
|
<ul class="list-unstyled lh-lg">
|
||||||
<li><strong>{{ include.users | default: 10 }}</strong> Users</li>
|
<li><strong>{{ include.users | default: 10 }}</strong> Users</li>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="text-center mt-6">
|
<div class="text-center mt-4">
|
||||||
<a href="#" class="btn btn-{{ include.featured-color | default: 'secondary' }} btn-block">Choose plan</a>
|
<a href="#" class="btn btn-{{ include.featured-color | default: 'secondary' }} btn-block">Choose plan</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user