mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 16:03:39 +02:00
Fixes
This commit is contained in:
parent
cac00e4b30
commit
58b855389d
8 changed files with 52 additions and 24 deletions
|
|
@ -24,6 +24,15 @@
|
|||
width: 100%;
|
||||
list-style-type: none;
|
||||
|
||||
&.bordered {
|
||||
border: 1px solid;
|
||||
border-radius: 6px;
|
||||
|
||||
.inventory-item-header .img-portait img.item-img {
|
||||
border-radius: 6px 0 0 6px;
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.single-img) {
|
||||
.img-portait:has(.roll-img):hover {
|
||||
.roll-img {
|
||||
|
|
|
|||
|
|
@ -147,4 +147,10 @@
|
|||
padding-bottom: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
.sub-section-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue