mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
35 lines
811 B
Text
35 lines
811 B
Text
.daggerheart.dh-style.dialog.item-transfer {
|
|
.summary {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 2.5rem;
|
|
|
|
.actor-img {
|
|
border-radius: 50%;
|
|
width: 64px;
|
|
height: 64px;
|
|
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: 32px;
|
|
height: 32px;
|
|
object-fit: contain;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
}
|
|
label {
|
|
flex: 0;
|
|
margin-right: 0.5rem;
|
|
}
|
|
}
|