mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
28 lines
650 B
Text
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;
|
|
}
|
|
}
|
|
}
|
|
}
|