12: Add resource attribute type

- Added a resource attribute type to both actors and items with the keys
  min, value, and max.
- Added translation strings for the sublabels on resources.
This commit is contained in:
Matt Smith 2020-08-22 12:49:52 -05:00
parent 9bb368d9e2
commit 50041d510c
7 changed files with 77 additions and 5 deletions

View file

@ -164,6 +164,21 @@
line-height: 28px;
border: none;
}
.attribute-col {
label {
font-size: 10px;
text-align: center;
line-height: 1;
}
input {
font-size: 11px;
text-align: center;
line-height: 1;
height: 50%;
}
}
}
}