mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
16 lines
437 B
Text
16 lines
437 B
Text
@import '../../../utils/colors.less';
|
|
@import '../../../utils/mixin.less';
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.environment {
|
|
.tab.potentialAdversaries {
|
|
.items-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
overflow-y: auto;
|
|
padding: 0 4px 4px 4px;
|
|
scrollbar-gutter: stable;
|
|
.with-scroll-shadows();
|
|
}
|
|
}
|
|
}
|