daggerheart/styles/less/sheets/actors/adversary/effects.less
2026-05-30 23:11:29 -04:00

15 lines
385 B
Text

@import '../../../utils/colors.less';
@import '../../../utils/mixin.less';
.application.sheet.daggerheart.actor.dh-style.adversary {
.tab.effects {
.effects-sections {
display: flex;
flex-direction: column;
gap: 10px;
overflow-y: auto;
padding-bottom: 20px;
.with-scroll-shadows();
}
}
}