Finish the additional resources section of the sheet

This commit is contained in:
Oliver-Akins 2023-12-23 19:30:56 -07:00
parent bc30d19717
commit d381c3f890
6 changed files with 89 additions and 21 deletions

View file

@ -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;