mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
14 lines
359 B
Text
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();
|
|
}
|
|
}
|
|
}
|