New weapon management, including shotgun
This commit is contained in:
@@ -14,6 +14,24 @@
|
||||
fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
input {
|
||||
max-width: 5rem;
|
||||
min-width: 5rem;
|
||||
}
|
||||
select {
|
||||
max-width: 14rem;
|
||||
min-width: 14rem;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
max-width: 1.5rem;
|
||||
min-width: 1.5rem;
|
||||
}
|
||||
.flexrow > *:not(:first-child) {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.damage-distance {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
|
Reference in New Issue
Block a user