forked from GitHub-Mirrors/foundry-sw5e
35 lines
692 B
Text
35 lines
692 B
Text
.sw5e.sheet.actor.vehicle {
|
|
min-width: 720px;
|
|
min-height: 680px;
|
|
|
|
.features {
|
|
.item-controls {
|
|
flex: 0 0 68px;
|
|
.item-toggle {
|
|
color: #b5b3a4;
|
|
&.active {
|
|
color: #4b4a44;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.counters {
|
|
.counter.creature-cap {
|
|
.counter-value {
|
|
flex: 1;
|
|
}
|
|
|
|
input {
|
|
max-width: none;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.counter.cargo-cap {
|
|
input {
|
|
max-width: 40px;
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
}
|