mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Updated attack rolls and damage rolls for adversaries
This commit is contained in:
parent
ee6c97d134
commit
faab60b45b
22 changed files with 356 additions and 204 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
&.roll {
|
||||
.dice-tooltip {
|
||||
.dice-rolls {
|
||||
.dice-rolls.duality {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
|
@ -93,6 +93,11 @@
|
|||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.attack-roll-advantage-container {
|
||||
text-align: end;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.dice-total {
|
||||
|
|
@ -159,8 +164,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
.roll-damage-button {
|
||||
margin-top: 5px;
|
||||
.dice-actions {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.dice-result {
|
||||
.roll-damage-button,
|
||||
.damage-button {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue