mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fixed Check Rolls, Attack Rolls and Damage Rolls for PCs
This commit is contained in:
parent
707e47bc1b
commit
5a501d6769
16 changed files with 204 additions and 95 deletions
|
|
@ -29,11 +29,14 @@
|
|||
}
|
||||
|
||||
&.roll {
|
||||
.dice-flavor {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
.dice-tooltip {
|
||||
.dice-rolls.duality {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
||||
.dice-hope-container {
|
||||
display: flex;
|
||||
|
|
@ -57,12 +60,18 @@
|
|||
-webkit-text-stroke-color: @hope;
|
||||
-webkit-text-stroke-width: 1.5px;
|
||||
font-weight: 400;
|
||||
&:not(.discarded) {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
&.fear {
|
||||
color: white;
|
||||
-webkit-text-stroke-color: @fear;
|
||||
-webkit-text-stroke-width: 1.5px;
|
||||
font-weight: 400;
|
||||
&:not(.discarded) {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
&.disadvantage {
|
||||
color: white;
|
||||
|
|
|
|||
|
|
@ -1760,10 +1760,13 @@
|
|||
.daggerheart.chat.downtime .downtime-refresh-container .refresh-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-flavor {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .dice-hope-container {
|
||||
display: flex;
|
||||
|
|
@ -1783,12 +1786,18 @@
|
|||
-webkit-text-stroke-width: 1.5px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.hope:not(.discarded) {
|
||||
filter: none;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.fear {
|
||||
color: white;
|
||||
-webkit-text-stroke-color: #430070;
|
||||
-webkit-text-stroke-width: 1.5px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.fear:not(.discarded) {
|
||||
filter: none;
|
||||
}
|
||||
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.disadvantage {
|
||||
color: white;
|
||||
-webkit-text-stroke-color: #b30000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue