Layout and styling of asset groups

This commit is contained in:
2018-09-11 15:14:51 +02:00
parent 094d15116e
commit 48df0583ab
9 changed files with 162 additions and 181 deletions

View File

@@ -18,14 +18,11 @@
section.node-details-container
| {# NAME #}
.node-details-header
.node-title#node-title
| {{node.name}}
h4.pt-4.px-4 {{node.name}}
| {# DESCRIPTION #}
| {% if node.description %}
.node-details-description#node-description
.node-details-description.px-4
| {{ node | markdowned('description') }}
| {% endif %}