daggerheart/styles/less/dialog/character-creation/creation-action-footer.less
2025-07-09 00:39:00 +02:00

13 lines
280 B
Text

.daggerheart.dh-style.dialog.character-creation {
.creation-action-footer {
display: flex;
align-items: center;
gap: 32px;
button {
flex: 1;
height: 100%;
white-space: nowrap;
}
}
}