mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Merged with development
This commit is contained in:
commit
df0ed5dc0f
44 changed files with 382 additions and 256 deletions
33
styles/less/dialog/image-select/sheet.less
Normal file
33
styles/less/dialog/image-select/sheet.less
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
.daggerheart.dh-style.dialog.image-select {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.images-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
|
||||
img {
|
||||
width: 136px;
|
||||
height: 136px;
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
border-radius: 6px;
|
||||
opacity: 0.4;
|
||||
|
||||
&.selected {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -32,5 +32,6 @@
|
|||
@import './reroll-dialog/sheet.less';
|
||||
|
||||
@import './group-roll/group-roll.less';
|
||||
|
||||
@import './tag-team-dialog/sheet.less';
|
||||
|
||||
@import './image-select/sheet.less';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
.theme-light .daggerheart.placeable-hud {
|
||||
.status-effects .effect-control {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
|
||||
.daggerheart.placeable-hud {
|
||||
.col.right {
|
||||
.palette {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue