mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 12:54:16 +02:00
16 lines
422 B
Text
16 lines
422 B
Text
@import '../../../utils/colors.less';
|
|
@import '../../../utils/fonts.less';
|
|
@import '../../../utils/mixin.less';
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.character {
|
|
.tab.effects {
|
|
.effects-sections {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
overflow-y: auto;
|
|
padding-bottom: 20px;
|
|
.with-scroll-shadows();
|
|
}
|
|
}
|
|
}
|