mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
25 lines
519 B
Text
25 lines
519 B
Text
@import '../../../utils/mixin.less';
|
|
|
|
// 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 {
|
|
.window-content {
|
|
display: flex;
|
|
}
|
|
|
|
.tab.active {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|