mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
@import '../../../utils/colors.less';
|
|
@import '../../../utils/fonts.less';
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.character {
|
|
.tab.biography {
|
|
.items-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
mask-image: linear-gradient(0deg, transparent 0%, black 10%, black 98%, transparent 100%);
|
|
padding-bottom: 40px;
|
|
height: 100%;
|
|
|
|
scrollbar-width: thin;
|
|
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
|
|
|
.top {
|
|
display: flex;
|
|
padding-left: 0.25rem;
|
|
}
|
|
.characteristics {
|
|
width: 520px;
|
|
display: grid;
|
|
grid-template-columns: 180px 160px 140px;
|
|
gap: 1rem;
|
|
}
|
|
.unlist {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
li {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|