- Changed equipped icons and made them clickable

This commit is contained in:
Ender
2024-01-08 20:42:11 +01:00
parent 2a36b8eaa1
commit 5be10276ca
3 changed files with 50 additions and 17 deletions
+8 -3
View File
@@ -188,6 +188,11 @@
width: 5rem;
}
input.checkbox {
width: 1rem;
height: 1rem;
}
.new-skill {
font-style: italic;
background: rgba(0, 0, 0, 0.3);
@@ -200,10 +205,10 @@
button.roll-button {
background: url(/icons/svg/d20-black.svg) no-repeat;
background-size: 24px 24px;
background-size: 1rem 1rem;
border: #000000 solid 0px;
width: 26px;
height: 26px;
width: 1rem;
height: 1rem;
}
span.spell-process {