style limited sheets

This commit is contained in:
moliloo 2025-10-14 01:21:59 -03:00
parent 11baedebb7
commit 86297bd14b
6 changed files with 319 additions and 8 deletions

View file

@ -1,8 +1,21 @@
<div class="limited-container">
<header>
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
<h2 class="title-name">{{document.name}}</h2>
<h1 class="title-name">{{document.name}}</h1>
</header>
<div class="tags">
<div class="tag">
<span>
{{localize (concat 'DAGGERHEART.GENERAL.Tiers.' source.system.tier)}}
</span>
</div>
{{#if source.system.type}}
<div class="tag">
<span>
{{localize (concat 'DAGGERHEART.CONFIG.EnvironmentType.' source.system.type '.label')}}
</span>
</div>
{{/if}}
</div>
<div class="description">{{{document.system.description}}}</div>
</div>