daggerheart/styles/less/sheets/actors/environment/features.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

16 lines
423 B
Text

@import '../../../utils/colors.less';
@import '../../../utils/fonts.less';
@import '../../../utils/mixin.less';
.application.sheet.daggerheart.actor.dh-style.environment {
.tab.features {
.feature-section {
display: flex;
flex-direction: column;
gap: 10px;
overflow-y: auto;
padding-bottom: 4px;
.with-scroll-shadows();
}
}
}