daggerheart/styles/less/global/tab-form-footer.less
2025-06-10 18:59:39 +02:00

13 lines
246 B
Text

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