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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user