mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Added support for d20 rolls
This commit is contained in:
parent
565f0f9e6f
commit
e7c3bcc362
6 changed files with 107 additions and 55 deletions
|
|
@ -60,6 +60,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.rerollable {
|
||||
.reroll-button {
|
||||
border: none;
|
||||
background: initial;
|
||||
|
||||
&:hover {
|
||||
background: var(--button-background-color);
|
||||
border: 1px solid var(--button-border-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// margin: 0;
|
||||
> .roll {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue