daggerheart/styles/less/sheets/items/item-sheet-shared.less
2025-10-12 00:54:57 -04:00

28 lines
650 B
Text

.application.sheet.daggerheart.dh-style.item {
&.minimized {
.attribution-header-label {
display: none;
}
}
.attribution-header-label {
font-style: italic;
font-family: @font-body;
color: light-dark(@chat-blue-bg, @beige-50);
}
.tab.description.active {
display: flex;
flex-direction: column;
padding: 0 20px;
.prosemirror {
flex: 1;
&.inactive .editor-content {
padding-top: 10px;
}
&.active + .artist-attribution {
display: none;
}
}
}
}