Make weapons rollable from the character sheet
This commit is contained in:
parent
c1c0f41743
commit
3d272f2b92
13 changed files with 173 additions and 66 deletions
|
@ -60,6 +60,11 @@
|
|||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
|
||||
&--rollable:hover {
|
||||
background-image: url("../../../icons/svg/d20-black.svg") !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
&__editable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue