mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
21 lines
512 B
Text
21 lines
512 B
Text
.application.sheet.daggerheart.dh-style.beastform {
|
|
--portrait-size: 130px;
|
|
|
|
.settings.tab {
|
|
.advantage-on-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 10px;
|
|
}
|
|
.hint {
|
|
font-style: italic;
|
|
}
|
|
}
|
|
.tab.features.active {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
padding: 8px calc(12px - var(--scrollbar-width)) 4px 12px;
|
|
.stable-scroll-container();
|
|
}
|
|
}
|