mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
17 lines
507 B
Text
17 lines
507 B
Text
@import '../../../utils/colors.less';
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.environment {
|
|
.tab.potentialAdversaries {
|
|
.items-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
overflow-y: auto;
|
|
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
|
|
padding-bottom: 20px;
|
|
|
|
scrollbar-width: thin;
|
|
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
|
}
|
|
}
|
|
}
|