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
21 lines
483 B
Text
21 lines
483 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/mixin.less';
|
|
|
|
.appTheme({
|
|
&.beastform-selection {
|
|
.beastforms-container .beastforms-tier .beastform-container .beastform-title {
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
}
|
|
}
|
|
}, {});
|
|
|
|
.application.daggerheart.dh-style.views.beastform-selection {
|
|
footer {
|
|
margin-top: 8px;
|
|
display: flex;
|
|
|
|
button {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|