mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Better section menu
This commit is contained in:
parent
1fe361a927
commit
54430f8714
@ -19,11 +19,11 @@
|
||||
<li class="nav-link more"><a href="javascript:void(0)">Sections</a>
|
||||
<ul class="submenu width-15-em">
|
||||
{% for route in routes %}
|
||||
<li>
|
||||
<a href="{{ path(route.key, args ) }}" style="background-color:transparent;">
|
||||
<div style="background-color: #333333; width: calc(100% - 3em); float: left; text-align:center;">
|
||||
<li style="padding-top: 2px;">
|
||||
<a href="{{ path(route.key, args ) }}" style="background-color:transparent; display:block;">
|
||||
<div style="background-color: #333333; width: calc(100% - 4em - 1px); float: left; text-align:center; font-family: 'open_sanslight'; font-size: 0.75em; color: rgba(255, 255, 255, 0.5); border-bottom: 1px solid tansparent;">
|
||||
{{ route.label|trans }}</div>
|
||||
<div style="background-color: #333333; width: 3em; color: rgba(255, 255, 255, 0.7); text-align:center;width: 2em; float: left; margin-left:1px;">{% spaceless %}
|
||||
<div style="background-color: #333333; width: 3em; text-align:center;width: 2em; float: left; margin-left:1px; font-size:1.5em;">{% spaceless %}
|
||||
{% for icon in route.icons %}
|
||||
<i class="fa fa-{{ icon }}"></i>
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user