mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Dragging features from one adversary to another (#788)
This commit is contained in:
parent
5359455050
commit
f81d0d250f
4 changed files with 33 additions and 6 deletions
|
|
@ -14,8 +14,14 @@
|
|||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.feature-list {
|
||||
.feature-list,
|
||||
.features-dragger {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
font-family: @font-body;
|
||||
}
|
||||
|
||||
.feature-list {
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
|
||||
|
|
@ -45,5 +51,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.features-dragger {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
height: 40px;
|
||||
margin-top: 10px;
|
||||
border: 1px dashed light-dark(@dark-blue-50, @beige-50);
|
||||
border-radius: 3px;
|
||||
color: light-dark(@dark-blue-50, @beige-50);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue