mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Removed nonexistant import (#76)
This commit is contained in:
parent
c34c923406
commit
4de3e94fd7
2 changed files with 1 additions and 1 deletions
|
|
@ -3205,6 +3205,7 @@ div.daggerheart.views.multiclass {
|
|||
width: 100%;
|
||||
object-fit: cover;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||
cursor: pointer;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style .item-card-header .item-icons-list {
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
// new styles imports
|
||||
@import './less/items/feature.less';
|
||||
@import './less/items/ancestry.less';
|
||||
@import './less/items/domainCard.less';
|
||||
|
||||
@import './less/utils/colors.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue