daggerheart/styles/less/sheets/actors/companion/effects.less
Carlos Fernandez 3fbc1e97c6
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Replace scroll shadows with scroll animation timeline (#1951)
2026-05-31 12:29:54 +02:00

14 lines
348 B
Text

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