fixing continue button style

This commit is contained in:
moliloo 2025-07-21 20:56:50 -03:00
parent d2bb9d4552
commit 5dd364a31f
2 changed files with 6 additions and 3 deletions

View file

@ -142,6 +142,7 @@
button {
flex: 1;
height: 100%;
font-weight: bold;
font-family: @font-body;
}
}

View file

@ -161,9 +161,11 @@
{{#if (or costs uses)}}
{{> 'systems/daggerheart/templates/dialogs/dice-roll/costSelection.hbs'}}
{{/if}}
<button class="sunmit-btn" data-action="submitRoll"{{#unless canRoll}} disabled{{/unless}}>
<span class="label">{{localize "DAGGERHEART.GENERAL.continue"}}</span>
</button>
<div class="roll-dialog-controls">
<button class="sunmit-btn" data-action="submitRoll"{{#unless canRoll}} disabled{{/unless}}>
<span class="label">{{localize "DAGGERHEART.GENERAL.continue"}}</span>
</button>
</div>
{{/if}}
</div>
</div>