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

buttons wariants

This commit is contained in:
codecalm
2019-10-17 21:59:39 +02:00
parent dcf872fa1d
commit e2d8fe08b8
4 changed files with 6 additions and 9 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
</h2>
</div>
<div class="col-auto">
{% include ui/button.html text="New view" color="secondary" icon="plus" %}
<span class="d-none d-sm-inline">
{% include ui/button.html text="New view" color="secondary" icon="plus" %}
</span>
{% include ui/button.html text="Create new report" color="primary" class="ml-3" %}
</div>
</div>