mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* Support drag dropping currencies to actor sheets * Adjust sizing and spacing * Restore ItemTransferDialog subclass for module use * Bigger is better
35 lines
809 B
Text
35 lines
809 B
Text
.daggerheart.dh-style.dialog.item-transfer {
|
|
.summary {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 3rem;
|
|
|
|
.actor-img {
|
|
border-radius: 50%;
|
|
width: 5rem;
|
|
height: 5rem;
|
|
object-fit: cover;
|
|
object-position: top center;
|
|
}
|
|
|
|
.granted-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: var(--font-size-32);
|
|
|
|
img {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
object-fit: contain;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
}
|
|
label {
|
|
flex: 0;
|
|
margin-right: 0.5rem;
|
|
}
|
|
}
|