mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
drag drop implemented (css tbd)
This commit is contained in:
parent
ad1dee313f
commit
e07d0204b2
3 changed files with 80 additions and 4 deletions
|
|
@ -9,6 +9,26 @@
|
|||
border-radius: 3px;
|
||||
color: light-dark(@dark-blue-50, @beige-50);
|
||||
font-family: @font-body;
|
||||
&.summon-actor-drop {
|
||||
height: fit-content;
|
||||
min-height: inherit;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.actors-list.summon-entry .actor-summon-item .actor-summon-line {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
.image{
|
||||
max-width: 10%;
|
||||
}
|
||||
.h4{
|
||||
width: --webkit-fill-available;
|
||||
}
|
||||
.controls.effect-control{
|
||||
padding:3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.daggerheart.dh-style {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue