Template:Storage grid/styles.css

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

.storage-grid > * {
	width: var(--s);
	height: var(--s);
}

.storage-grid > *.f { }

.storage-grid > *.f img {
	width: 100%;
	filter: grayscale(75%) saturate(75%) opacity(23%);
}