mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 02:49:55 +02:00
20 lines
551 B
Text
20 lines
551 B
Text
@import '../../../utils/colors.less';
|
|
@import '../../../utils/fonts.less';
|
|
@import '../../../utils/mixin.less';
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.adversary {
|
|
.tab.features.active {
|
|
position: relative;
|
|
padding-left: 12px;
|
|
.feature-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
padding-top: 4px;
|
|
padding-right: 2px;
|
|
overflow-y: auto;
|
|
scrollbar-gutter: stable;
|
|
.with-scroll-shadows();
|
|
}
|
|
}
|
|
}
|