Add starship, creature and vehicle
This commit is contained in:
@@ -50,6 +50,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cargo,
|
||||
.capacity {
|
||||
label {
|
||||
max-width: 5rem;
|
||||
}
|
||||
input {
|
||||
max-width: 3.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.vehicle-infos {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -104,7 +115,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.vehicle-biography {
|
||||
.vehicle-description {
|
||||
background-color: var(--color-light-1);
|
||||
prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
@@ -179,11 +190,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.gears {
|
||||
|
||||
.equipments {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 4px;
|
||||
.gear {
|
||||
.equipment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
|
||||
Reference in New Issue
Block a user