mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Initial * Fixed dialog again * Fix healing targeted resource in setting * Removed unused templates --------- Co-authored-by: Dapoolp <elcatnet@gmail.com>
19 lines
294 B
Text
19 lines
294 B
Text
.daggerheart.dh-style {
|
|
.tab-form-footer {
|
|
display: flex;
|
|
gap: 8px;
|
|
|
|
&.spaced {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
&.padded {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
button {
|
|
flex: 1;
|
|
border-width: 2px;
|
|
}
|
|
}
|
|
}
|