foundryvtt-reve-de-dragon/templates/partial-roll-moral.html
Vincent Vandemeulebrouck d8d27430ed Utiliser icones Fontawesome
Plutôt que les images custom
2021-05-19 01:31:36 +02:00

10 lines
326 B
HTML

<div class="flexrow">
<label class="diffMoral">Moral: {{#if (gt moral 0)}}+{{/if}}{{moral}}</label>
<div class="tooltipAppelAuMoral divAppelAuMoral">
<a class="appel-moral">
<i class="far fa-meh icon-appel-moral"></i>
</a>
<span class="tooltipAppelAuMoralText">Sans appel au moral</span>
</div>
</div>