mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
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;
|
|
// }
|
|
}
|