mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Added parsing of effect values from Item data model. Almost finished with itemConfig. * Added the last to itemConfig * Fixed armor * ContextMenu localization fixes * Better tooltips for tagify * Corrected resource logic
33 lines
614 B
Text
33 lines
614 B
Text
.chat-message {
|
|
.duality-modifiers,
|
|
.duality-result,
|
|
.dice-title {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
fieldset.daggerheart.chat {
|
|
padding: 0;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
legend {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
&:before,
|
|
&:after {
|
|
content: '\f0d8';
|
|
font-family: 'Font Awesome 6 Pro';
|
|
}
|
|
}
|
|
&.expanded {
|
|
legend:before,
|
|
legend:after {
|
|
content: '\f0d7';
|
|
}
|
|
}
|
|
.daggerheart.chat {
|
|
margin-top: 5px;
|
|
}
|
|
}
|