daggerheart/styles/less/global/tab-form-footer.less
Dapoulp 608920c193
Design/action settings dialog style (#274)
* Action Setting Dialog style

* fix small style details in action config application

* requested changes

---------

Co-authored-by: moliloo <dev.murilobrito@gmail.com>
2025-07-05 17:45:08 -03:00

11 lines
189 B
Text

.sheet.daggerheart.dh-style {
.tab-form-footer {
display: flex;
padding: 0 10px;
button {
flex: 1;
border-width: 2px;
}
}
}