Item first iteration style, added item infos and value

This commit is contained in:
Mandar
2020-12-22 01:28:48 +01:00
parent 78079e2288
commit 82f3acb91e
19 changed files with 352 additions and 315 deletions

View File

@@ -1,5 +1,5 @@
<!--<fieldset class="properties-content">-->
<!-- <legend class="section-header">{{ localize 'l5r5e.properties' }}</legend>-->
<fieldset class="properties">
<legend class="section-header">{{ localize 'l5r5e.properties' }}</legend>
<ul class="item-list">
{{#each properties as |item id|}}
<!-- {{#ifCond item.type '==' 'property'}}-->
@@ -7,4 +7,4 @@
<!-- {{/ifCond}}-->
{{/each}}
</ul>
<!--</fieldset>-->
</fieldset>