mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* new companion sheet templates * Data fixes * Changed from evasion.value to evasion.total in display * add attack config and disable experience value input --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
18 lines
427 B
Text
18 lines
427 B
Text
.application.sheet.daggerheart.actor.dh-style.companion {
|
|
.theme-light & {
|
|
background: url('../assets/parchments/dh-parchment-light.png');
|
|
}
|
|
.theme-dark & {
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
}
|
|
|
|
// .profile {
|
|
// height: 80px;
|
|
// width: 80px;
|
|
// }
|
|
|
|
// .temp-container {
|
|
// position: relative;
|
|
// top: 32px;
|
|
// }
|
|
}
|