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:
parent
5092c6e5dc
commit
0d45cd0cdc
@ -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 == "" %}
|
||||||
@ -43,3 +48,5 @@ layout: content
|
|||||||
</div>
|
</div>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
</div></div>
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user