daggerheart/styles/less/dialog/item-transfer/sheet.less
Carlos Fernandez 99d0eab5bd
[PR] [Feature] Support drag dropping currencies to actor sheets (#1431)
* Support drag dropping currencies to actor sheets

* Adjust sizing and spacing

* Restore ItemTransferDialog subclass for module use

* Bigger is better
2025-12-21 17:37:00 +01:00

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;
}
}