mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 15:03:37 +02:00
Added checkboxes for muting the sounds of dice animations (#1781)
This commit is contained in:
parent
4c2d31b2f4
commit
fad830580c
6 changed files with 47 additions and 6 deletions
|
|
@ -68,5 +68,29 @@
|
|||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
color-picker {
|
||||
gap: 4px;
|
||||
background: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.animation-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.animation-inner-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
gap: 8px;
|
||||
|
||||
.animation-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue