add item type to weapon sheet

This commit is contained in:
Johannes Loher 2020-10-29 18:49:51 +01:00
parent 1437dd6ee1
commit e51376dc02
10 changed files with 101 additions and 39 deletions

View file

@ -1,10 +1,13 @@
.basic-property {
.basic-property-label {
font-weight: bold;
}
.basic-properties {
flex: 0 0 100%;
.basic-property {
.basic-property-label {
font-weight: bold;
}
.basic-property-select {
display: block;
width: 100%;
.basic-property-select {
display: block;
width: 100%;
}
}
}