mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 08:23:38 +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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue