added caret svg
rodzic
6ae0ac94e7
commit
71b9460bb2
|
@ -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 |
Przed Szerokość: | Wysokość: | Rozmiar: 33 KiB Po Szerokość: | Wysokość: | Rozmiar: 33 KiB |
|
@ -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 }}">
|
||||
∨
|
||||
</button>
|
||||
<img src = "{% static 'images/icons/caret-down.svg' %}" alt="∨"/> </button>
|
||||
{% sub_menu item template="menu/custom_submenu.html" %}
|
||||
{% endif %}
|
||||
</li>
|
||||
|
|
Ładowanie…
Reference in New Issue