Add availability to weapon sheet
This commit is contained in:
parent
3dd459660e
commit
1437dd6ee1
6 changed files with 38 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
border-right: 2px groove #eeede0;
|
||||
|
||||
.side-property {
|
||||
margin: 0;
|
||||
margin: 2px 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
|
@ -15,9 +15,11 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
select {
|
||||
text-align: right;
|
||||
flex: 1;
|
||||
width: calc(100% - 2px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue