1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

pricing cards fixes

This commit is contained in:
codecalm
2020-02-07 20:37:54 +01:00
parent f0491a91c4
commit 6bd04b7bd8

View File

@@ -7,7 +7,7 @@
<div class="card-body text-center">
<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">
<li><strong>{{ include.users | default: 10 }}</strong> Users</li>
@@ -23,7 +23,7 @@
{% endfor %}
</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>
</div>
</div>