mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Added parsing of effect values from Item data model. Almost finished with itemConfig. * Added the last to itemConfig * Fixed armor * ContextMenu localization fixes * Better tooltips for tagify * Corrected resource logic
13 lines
267 B
Text
13 lines
267 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;
|
|
}
|
|
}
|
|
}
|