mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
17 lines
346 B
Text
17 lines
346 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: @color-text-subtle;
|
|
}
|
|
|
|
button.plain.inline-control {
|
|
flex: 0 0 auto;
|
|
}
|
|
}
|