added caret svg

pull/2/head
mtyton 2023-05-07 14:25:01 +02:00
rodzic 6ae0ac94e7
commit 71b9460bb2
3 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down" viewBox="0 0 16 16">
<path d="M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z"/>
</svg>

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 291 B

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 33 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 33 KiB

Wyświetl plik

@ -3,7 +3,7 @@
<div class="d-flex flex-column flex-shrink-0 p-3 mr-5" style="width: 280px;">
<img src="{% static 'images/las_ruinas_PL.png' %}" class="rounded mx-auto d-block mt-3"/>
<img src="{% static 'images/icons/las_ruinas_PL.png' %}" class="rounded mx-auto d-block mt-3"/>
<hr>
<ul class="nav navbar-nav">
{% for item in menu_items %}
@ -13,8 +13,7 @@
<button class="btn btn-toggle" data-bs-target="#ddtoggle_{{ item.link_page.pk }}" data-bs-toggle="collapse"
aria-expanded={% if item.active_class %}"true" {% else %} "false" {% endif %}
aria-controls="#ddtoggle_{{ item.link_page.pk }}">
&or;
</button>
<img src = "{% static 'images/icons/caret-down.svg' %}" alt="&or;"/> </button>
{% sub_menu item template="menu/custom_submenu.html" %}
{% endif %}
</li>