mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
.
This commit is contained in:
parent
5ff1d0c71f
commit
86c21be67a
2 changed files with 1 additions and 11 deletions
|
|
@ -33,16 +33,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.armor-change-container {
|
.armor-change-container {
|
||||||
padding-top: 0;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
row-gap: 0;
|
|
||||||
|
|
||||||
legend {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
left: -0.25rem; // TODO: Find why this header is offset 0.25rem to the right so this can be removed.
|
left: -0.25rem; // TODO: Find why this header is offset 0.25rem to the right so this can be removed.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<fieldset class="armor-change-container">
|
<fieldset class="armor-change-container optional">
|
||||||
<legend>
|
<legend>
|
||||||
{{localize "DAGGERHEART.GENERAL.armor"}}
|
{{localize "DAGGERHEART.GENERAL.armor"}}
|
||||||
<input type="checkbox" class="armor-change-checkbox" data-index="{{typedChanges.armor.index}}" {{checked typedChanges.armor}} />
|
<input type="checkbox" class="armor-change-checkbox" data-index="{{typedChanges.armor.index}}" {{checked typedChanges.armor}} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue