daggerheart/styles/less/sheets/actors/party/sheet.less
Carlos Fernandez eccab6ad64
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
[UI] Make sheet tab scrollsbars stable, remove fieldsets, and adjust padding (#1944)
* Remove certain fieldsets and adjust scrollsbars

* Also remove fieldset for npc features and fix padding issue in full screen notes
2026-07-03 11:32:51 +02:00

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;
}
}