Implement a button to create items of a specific subtype in the player inventory (closes #120)
This commit is contained in:
parent
b3e699bc32
commit
96f5b17785
9 changed files with 73 additions and 21 deletions
|
|
@ -48,6 +48,9 @@ $body-font: sans-serif;
|
|||
--skill-training-select-text-color: #{$on-surface};
|
||||
--skill-roll-button-text-color: #{$on-surface};
|
||||
|
||||
/* General variables for inventory tab */
|
||||
--inventory-create-item-font-color: white;
|
||||
|
||||
/* Common Inventory Item Variables */
|
||||
--inventory-item-name-font: #{$body-font};
|
||||
--inventory-item-name-font-size: 0.875rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue