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

14 lines
359 B
Text

@import '../../../utils/colors.less';
.application.sheet.daggerheart.actor.dh-style.environment {
.tab.potentialAdversaries {
.items-section {
display: flex;
flex-direction: column;
gap: 10px;
overflow-y: auto;
padding-bottom: 4px;
.with-scroll-shadows();
}
}
}