mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 02:49:55 +02:00
22 lines
576 B
Text
22 lines
576 B
Text
@import '../../../utils/colors.less';
|
|
@import '../../../utils/mixin.less';
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.adversary {
|
|
.tab.effects {
|
|
margin-top: var(--spacer-12);
|
|
overflow-y: auto;
|
|
scrollbar-gutter: stable;
|
|
.with-scroll-shadows();
|
|
.effects-sections {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
}
|
|
fieldset {
|
|
margin-right: 0; // scroll gutter compensation
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|