2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

use wider formatting

This commit is contained in:
Matthias Mair 2023-01-28 16:14:57 +01:00
parent 5092c6e5dc
commit 0d45cd0cdc
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
2 changed files with 15 additions and 2 deletions

View File

@ -1,7 +1,11 @@
--- ---
layout: content layout: default
--- ---
<div class="pt-3 pb-1 section-container">
<h1 class="header-text title-font mb-4 cm-gray-1">{{page.title}}</h1>
<span class="content">
{% assign all_items = "" | split: "/" %} {% assign all_items = "" | split: "/" %}
{% for col_item in site[page.collection] %} {% for col_item in site[page.collection] %}
{% for item in col_item[page.reference] %} {% for item in col_item[page.reference] %}
@ -23,6 +27,7 @@ layout: content
</a> </a>
{% endunless %} {% endunless %}
{% endfor %} {% endfor %}
</span>
{% for item in all_items %} {% for item in all_items %}
{% unless item == "" %} {% unless item == "" %}
@ -42,4 +47,6 @@ layout: content
{% endfor %} {% endfor %}
</div> </div>
{% endunless %} {% endunless %}
{% endfor %} {% endfor %}
</div></div>

View File

@ -59,6 +59,12 @@ layout: empty
visibility: hidden; visibility: hidden;
} }
.content a {
color:#111827;
font-weight:500;
text-decoration:underline;
}
.color-link { .color-link {
@apply text-secondary @apply text-secondary
} }