make basic properties in weapon editable

This commit is contained in:
Johannes Loher 2020-10-29 17:25:37 +01:00
parent 91694af3e9
commit 3dd459660e
5 changed files with 41 additions and 20 deletions

View file

@ -1,4 +1,10 @@
.basic-property-label {
font-weight: bold;
// text-transform: uppercase;
.basic-property {
.basic-property-label {
font-weight: bold;
}
.basic-property-select {
display: block;
width: 100%;
}
}