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 { button {
flex: 1; flex: 1;
height: 100%; height: 100%;
font-weight: bold;
font-family: @font-body; font-family: @font-body;
} }
} }

View file

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