mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Remove item type line from domain cards
This commit is contained in:
parent
ab412367f9
commit
6d2368dbfb
4 changed files with 2 additions and 5 deletions
|
|
@ -72,7 +72,7 @@
|
|||
height: 300px;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 6.25%);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -142,7 +142,6 @@
|
|||
.item-name {
|
||||
input[type='text'] {
|
||||
font-size: var(--font-size-32);
|
||||
height: 42px;
|
||||
text-align: center;
|
||||
width: 90%;
|
||||
transition: all 0.3s ease;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
.application.sheet.daggerheart.dh-style.domain-card {
|
||||
section.tab {
|
||||
height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue