daggerheart/styles/less/sheets/actors/actor-sheet-shared.less

14 lines
328 B
Text

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