Create index files for actor sheet styles (#1945)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-05-30 19:02:51 -04:00 committed by GitHub
parent 61db7ca371
commit d3141059ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.adversary {
.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;
}
}
}