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
27 lines
759 B
Text
27 lines
759 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/mixin.less';
|
|
|
|
.appTheme({
|
|
.character-creation {
|
|
.tab-navigation nav a .descriptor {
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
}
|
|
.main-selections-container {
|
|
.traits-container .suggested-traits-container .suggested-trait-container,
|
|
.creation-action-footer .footer-section nav a .descriptor,
|
|
.equipment-selection .simple-equipment-container .simple-equipment label {
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
}
|
|
}
|
|
}
|
|
}, {});
|
|
|
|
.daggerheart.dh-style.dialog.character-creation {
|
|
.window-content {
|
|
gap: 16px;
|
|
|
|
.tab {
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
}
|