daggerheart/styles/less/actors/companion/sheet.less

22 lines
471 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;
// }
}