Add the Weapon item details (closes #132)
This commit is contained in:
parent
60797ab1e2
commit
337370bbfe
6 changed files with 153 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue