Fix CSS pour confrontation et CSS pour DiceTray

This commit is contained in:
2023-10-26 09:25:07 +02:00
parent 2c92dd6ef9
commit e0df1f1ff5
27 changed files with 81 additions and 28 deletions

View File

@@ -28,7 +28,7 @@
{{#if isSuccess}}
<li><label class="chat-result-text chat-result-success ">Réussite !</label> Votre {{attr.label}} augmente de {{gainAttr}} points.</li>
{{else}}
<li><label class="chat-result-text chat-result-success ">Echec !</label> Votre {{attr.label}} diminue de {{gainAttr}} points.</li>
<li><label class="chat-result-text chat-result-failure ">Echec !</label> Votre {{attr.label}} diminue de {{gainAttr}} points.</li>
{{/if}}
</ul>