Utiliser icones Fontawesome

Plutôt que les images custom
This commit is contained in:
Vincent Vandemeulebrouck
2021-05-19 00:55:00 +02:00
parent e0962506ed
commit d8d27430ed
5 changed files with 33 additions and 37 deletions

View File

@ -1,7 +1,9 @@
<div class="flexrow">
<label class="diffMoral">Moral: {{#if (gt moral 0)}}+{{/if}}{{moral}}</label>
<div class="tooltipAppelAuMoral divAppelAuMoral">
<img class="imgAppelAuMoral small-button-container" src="/systems/foundryvtt-reve-de-dragon/icons/moral-neutre.svg">
<a class="appel-moral">
<i class="far fa-meh icon-appel-moral"></i>
</a>
<span class="tooltipAppelAuMoralText">Sans appel au moral</span>
</div>
</div>