daggerheart/styles/less/sheets/actors/actor-sheet-shared.less
2025-08-17 02:19:22 +02:00

20 lines
426 B
Text

.application.sheet.daggerheart.actor.dh-style {
.portrait img,
.profile {
width: 100%;
object-fit: cover;
object-position: top center;
}
&.minimized {
.attribution-header-label {
display: none;
}
}
.attribution-header-label {
font-style: italic;
font-family: @font-body;
color: light-dark(@chat-blue-bg, @beige-50);
}
}