Finish the additional resources section of the sheet
This commit is contained in:
parent
bc30d19717
commit
d381c3f890
6 changed files with 89 additions and 21 deletions
|
|
@ -56,6 +56,22 @@
|
|||
}
|
||||
&--backpack {
|
||||
grid-area: backpack;
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.supplies-count,
|
||||
.materials-count {
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
&--sync {
|
||||
grid-area: sync;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue