daggerheart/styles/less/global/tab-form-footer.less
WBHarry 62b9a8fbee
[Feature] Downtime Improvements (#411)
* Initial

* Fixed dialog again

* Fix healing targeted resource in setting

* Removed unused templates

---------

Co-authored-by: Dapoolp <elcatnet@gmail.com>
2025-07-25 21:31:05 +02:00

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;
}
}
}