mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
14 lines
396 B
Text
14 lines
396 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;
|
|
padding: 7px calc(12px - var(--scrollbar-width)) 4px 12px;
|
|
.stable-scroll-container();
|
|
}
|
|
}
|
|
}
|