mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
31 lines
733 B
Text
31 lines
733 B
Text
@import '../../../utils/colors.less';
|
|
@import '../../../utils/fonts.less';
|
|
@import '../../../utils/mixin.less';
|
|
|
|
.appTheme({
|
|
&.party {
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
}
|
|
}, {
|
|
&.sheet.actor.dh-style.party {
|
|
background: url('../assets/parchments/dh-parchment-light.png');
|
|
|
|
.tab .actions-section .active-action {
|
|
animation: glow-dark 0.75s infinite alternate;
|
|
}
|
|
}
|
|
});
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.party {
|
|
.tab {
|
|
flex: 1;
|
|
overflow-y: auto;
|
|
scrollbar-gutter: stable;
|
|
|
|
&.active {
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
}
|