mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed Hope&Fear (#538)
This commit is contained in:
parent
7ead70b723
commit
6ef28abd03
3 changed files with 30 additions and 9 deletions
|
|
@ -467,14 +467,25 @@
|
|||
> :last-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.roll-die {
|
||||
position: relative;
|
||||
|
||||
.dice-rerolled {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 10px;
|
||||
z-index: 2;
|
||||
filter: drop-shadow(0 0 3px black);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.roll-result-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
color: var(--text-color);
|
||||
font-weight: 700;
|
||||
font-family: 'Cinzel', sans-serif;
|
||||
|
|
@ -486,6 +497,10 @@
|
|||
.roll-result-desc {
|
||||
font-size: var(--font-size-16);
|
||||
margin-top: 2px;
|
||||
|
||||
span {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue