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

@ -144,6 +144,17 @@
line-height: 28px;
border: none;
}
.worldbuilding .attributes-list .attribute-col label {
font-size: 10px;
text-align: center;
line-height: 1;
}
.worldbuilding .attributes-list .attribute-col input {
font-size: 11px;
text-align: center;
line-height: 1;
height: 50%;
}
.worldbuilding.sheet.actor {
min-width: 560px;
min-height: 420px;