mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
fixing continue button style
This commit is contained in:
parent
d2bb9d4552
commit
5dd364a31f
2 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue