mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
18 lines
463 B
Text
18 lines
463 B
Text
.application.sheet.daggerheart.actor.dh-style.npc {
|
|
.tab.features {
|
|
&.active {
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.feature-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
overflow-y: auto;
|
|
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
|
|
padding-bottom: 20px;
|
|
}
|
|
}
|
|
}
|