1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 23:14:39 +04:00

navbar expanded, nadbar dark init

This commit is contained in:
chomik
2019-04-17 23:55:44 +02:00
parent de94778902
commit cbfec8525c
12 changed files with 264 additions and 123 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<a href="{{ site.base }}" class="navbar-brand text-inherit">
{% if include.icon %}<span class="text-green">{% include ui/icon.html icon=include.icon %}</span>{% endif %}
{% if include.stamp %}<span class="stamp bg-primary text-white">UI</span>{% endif %}
{% if include.logo %}<img src="{{ site.base }}/img/tabler.svg" alt="" class="navbar-brand-logo mr-3">{% endif %}
{% if include.logo %}<img src="{{ site.base }}/img/logo.svg" alt="" class="navbar-brand-logo mr-3">{% endif %}
{% if include.title %}<span class="d-inline">{{ include.title }}</span>{% endif %}
</a>