mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51: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
18 lines
370 B
Text
18 lines
370 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/fonts.less';
|
|
|
|
.application.daggerheart.dh-style.dialog {
|
|
.tab {
|
|
&.details.active,
|
|
&.attack.active {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
|
|
.fieldsets-section {
|
|
display: flex;
|
|
gap: 16px;
|
|
}
|
|
}
|
|
}
|