mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
25 lines
541 B
Text
25 lines
541 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);
|
|
}
|
|
|
|
.feature-descriptions {
|
|
.features-header {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
|
|
&.large {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
}
|
|
}
|