Crew member enhancements
All checks were successful
Release Creation / build (release) Successful in 59s
All checks were successful
Release Creation / build (release) Successful in 59s
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.sheet-tabs {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
|
||||
.starship-main {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
@@ -109,6 +105,18 @@
|
||||
select {
|
||||
max-width: 5rem;
|
||||
}
|
||||
.npc-crew-field {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
.npc-crew-roll {
|
||||
cursor: pointer;
|
||||
color: var(--color-text-dark-primary);
|
||||
&:hover {
|
||||
color: var(--color-text-hyperlink);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.starship-infos {
|
||||
|
||||
Reference in New Issue
Block a user