mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
18 lines
333 B
Text
18 lines
333 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/fonts.less';
|
|
|
|
.application.sheet.daggerheart.dh-style.feature {
|
|
.item-sheet-header {
|
|
display: flex;
|
|
|
|
.profile {
|
|
height: 130px;
|
|
width: 130px;
|
|
}
|
|
}
|
|
|
|
section.tab {
|
|
height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
}
|