Template:Storage grid/styles.css

From Space Station 14 Wiki
.storage-grid {
	display: grid;
	width: fit-content;
}

.storage-grid > * {
	width: 4rem;
	height: 4rem;
	background-color: gray;
}

.storage-grid > *.f {
	background-color: green;
}

.storage-grid > *.f > img {
	width: 100%;
}