1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-26 04:54:40 +04:00

cards, buttons

This commit is contained in:
codecalm
2020-02-13 23:07:17 +01:00
parent 56432a51aa
commit 0cd61a8c7a
5 changed files with 72 additions and 35 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
<div class="example{% if include.centered %} example-centered{% endif %}">
<div class="example no_toc_section{% if include.centered %} example-centered{% endif %}{% if include.columns %} example-bg{% endif %}">
<div class="example-content">
{% if include.wrapper %}<div class="{{ include.wrapper }}">{% endif %}
{% if include.columns %}<div class="example-column example-column-{{ include.columns }}">{% endif %}
{{ code }}
{% if include.columns %}</div>{% endif %}
{% if include.wrapper %}</div>{% endif %}
</div>
</div>