mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
Merge 7c84de6a96 into 5be79f4ab8
This commit is contained in:
commit
d1e4aa4533
7 changed files with 70 additions and 19 deletions
|
|
@ -201,6 +201,23 @@
|
|||
}
|
||||
}
|
||||
|
||||
.currency-rows {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr 1fr auto;
|
||||
gap: 4px;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
||||
.currency-header-label {
|
||||
text-align: center;
|
||||
font-size: var(--font-size-14);
|
||||
}
|
||||
|
||||
input[type='checkbox'] {
|
||||
justify-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
.settings-hint {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue