Add the Weapon item details (closes #132)

This commit is contained in:
Oliver-Akins 2024-03-24 21:47:59 -06:00
parent 60797ab1e2
commit 337370bbfe
6 changed files with 153 additions and 3 deletions

View file

@ -186,7 +186,7 @@
}
}
.untyped, .aspect {
.untyped, .aspect, .weapon {
@include material.elevate(1);
padding: 8px;
border-radius: 4px;
@ -291,4 +291,10 @@
border-radius: 4px;
}
}
}
.weapon {
&__description {
grid-row: span 2;
}
}
}