mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
20 lines
434 B
Text
20 lines
434 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;
|
|
scrollbar-width: thin;
|
|
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
|
}
|
|
}
|