mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Added a visual for scars
This commit is contained in:
parent
b947b86c50
commit
83e281665d
2 changed files with 21 additions and 0 deletions
|
|
@ -195,6 +195,22 @@
|
|||
.hope-value {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
|
||||
&.scar {
|
||||
cursor: initial;
|
||||
position: relative;
|
||||
|
||||
::after {
|
||||
position: absolute;
|
||||
content: '/';
|
||||
color: var(--beige);
|
||||
font-weight: 700;
|
||||
font-size: 1.2rem;
|
||||
left: 1px;
|
||||
top: -3px;
|
||||
rotate: 13deg;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue