Create index files for actor sheet styles

This commit is contained in:
Carlos Fernandez 2026-05-29 15:13:33 -04:00
parent ddf4747310
commit 9ade69e86a
8 changed files with 30 additions and 29 deletions

View file

@ -0,0 +1,15 @@
@import '../../../utils/colors.less';
@import '../../../utils/fonts.less';
.application.sheet.daggerheart.actor.dh-style.environment {
.tab.features {
.feature-section {
display: flex;
flex-direction: column;
gap: 10px;
overflow-y: auto;
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
padding-bottom: 20px;
}
}
}