daggerheart/styles/less/global/tab-form-footer.less
2025-06-12 20:53:32 +02:00

13 lines
240 B
Text

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