mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
* Remove certain fieldsets and adjust scrollsbars * Also remove fieldset for npc features and fix padding issue in full screen notes
24 lines
597 B
Text
24 lines
597 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.active {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|