mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* Temp * Dialog setup * Fixed basic beastform * Reworked beastform to hold it's data entirely in the beastformEffect * UpdateActorTokens fix * Removed hardcoded tierlimit on beastform * PR fixes
23 lines
472 B
Text
23 lines
472 B
Text
// Theme header backgrounds
|
|
|
|
.appTheme({
|
|
&.companion {
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
}
|
|
}, {
|
|
&.companion {
|
|
background: url('../assets/parchments/dh-parchment-light.png');
|
|
}
|
|
});
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.companion {
|
|
// .profile {
|
|
// height: 80px;
|
|
// width: 80px;
|
|
// }
|
|
|
|
// .temp-container {
|
|
// position: relative;
|
|
// top: 32px;
|
|
// }
|
|
}
|