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
30 lines
613 B
Text
30 lines
613 B
Text
.daggerheart.levelup {
|
|
.levelup-navigation-container {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 22px;
|
|
height: 36px;
|
|
|
|
nav {
|
|
flex: 1;
|
|
|
|
.levelup-tab-container {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
}
|
|
|
|
.levelup-navigation-actions {
|
|
width: 306px;
|
|
display: flex;
|
|
justify-content: end;
|
|
gap: 16px;
|
|
margin-right: 4px;
|
|
|
|
* {
|
|
width: calc(50% - 8px);
|
|
}
|
|
}
|
|
}
|
|
}
|