Add Enemy sheet
This commit is contained in:
@@ -191,6 +191,9 @@
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
}
|
||||
.spaced-left{
|
||||
margin-left: 0.8rem;
|
||||
}
|
||||
input {
|
||||
min-width: 2.5rem;
|
||||
max-width: 2.5rem;
|
||||
@@ -368,10 +371,6 @@
|
||||
.limboes {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
.limboes-layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.limboes-line {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -382,13 +381,18 @@
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
margin-left: 4px;
|
||||
min-width: 14rem;
|
||||
max-width: 14rem;
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.ammo-quantity {
|
||||
text-align: left;
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
}
|
||||
input {
|
||||
text-align: left;
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user