New weapon management, including shotgun
This commit is contained in:
@@ -98,6 +98,23 @@ i.fvtt-cthulhu-eternal {
|
||||
color: var(--color-critical-failure);
|
||||
font-family: var(--font-title);
|
||||
}
|
||||
.san-type-buttons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 10px 0;
|
||||
button {
|
||||
margin: 0 2px;
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 0.9);
|
||||
border: none;
|
||||
padding: 2px 2px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
min-width: 6.0rem;
|
||||
max-width: 6.0rem;
|
||||
}
|
||||
}
|
||||
.san-loose-buttons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@@ -478,7 +478,7 @@
|
||||
}
|
||||
.weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
gap: 4px;
|
||||
.weapon {
|
||||
display: flex;
|
||||
@@ -496,10 +496,24 @@
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.damage {
|
||||
.range {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.ammo {
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
}
|
||||
.lethality {
|
||||
display: flex;
|
||||
min-width: 3.2rem;
|
||||
max-width: 3.2rem;
|
||||
}
|
||||
.damage {
|
||||
display: flex;
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
|
@@ -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